spdlog
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Catch::Generators::IGenerator< T > Struct Template Referenceabstract

Detailed Description

template<typename T>
struct Catch::Generators::IGenerator< T >

Definition at line 3739 of file catch.hpp.

#include <catch.hpp>

Inheritance diagram for Catch::Generators::IGenerator< T >:
[legend]

Public Types

using type = T
 

Public Member Functions

virtual ~IGenerator ()=default
 
virtual T const & get () const =0
 
virtual bool next ()=0
 

Member Typedef Documentation

◆ type

template<typename T >
using Catch::Generators::IGenerator< T >::type = T

Definition at line 3747 of file catch.hpp.

Constructor & Destructor Documentation

◆ ~IGenerator()

template<typename T >
virtual Catch::Generators::IGenerator< T >::~IGenerator ( )
virtualdefault

Member Function Documentation

◆ get()

template<typename T >
virtual T const & Catch::Generators::IGenerator< T >::get ( ) const
pure virtual

◆ next()

virtual bool Catch::Generators::GeneratorUntypedBase::next ( )
pure virtualinherited

The documentation for this struct was generated from the following file: