Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::Generators::TakeGenerator< T > Class Template Reference

#include <catch.hpp>

+ Inheritance diagram for Catch::Generators::TakeGenerator< T >:
+ Collaboration diagram for Catch::Generators::TakeGenerator< T >:

Public Member Functions

 TakeGenerator (size_t target, GeneratorWrapper< T > &&generator)
 
T const & get () const override
 
bool next () override
 
- Public Member Functions inherited from Catch::Generators::IGenerator< T >
virtual ~IGenerator ()=default
 
- Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase
 GeneratorUntypedBase ()=default
 
virtual ~GeneratorUntypedBase ()
 

Additional Inherited Members

- Public Types inherited from Catch::Generators::IGenerator< T >
using type = T
 

Detailed Description

template<typename T>
class Catch::Generators::TakeGenerator< T >

Definition at line 4120 of file catch.hpp.

Constructor & Destructor Documentation

◆ TakeGenerator()

template<typename T >
Catch::Generators::TakeGenerator< T >::TakeGenerator ( size_t target,
GeneratorWrapper< T > && generator )
inline

Definition at line 4125 of file catch.hpp.

References Catch::Generators::TakeGenerator< T >::TakeGenerator().

Referenced by Catch::Generators::TakeGenerator< T >::TakeGenerator().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Function Documentation

◆ get()

template<typename T >
T const & Catch::Generators::TakeGenerator< T >::get ( ) const
inlineoverridevirtual

Implements Catch::Generators::IGenerator< T >.

Definition at line 4131 of file catch.hpp.

◆ next()

template<typename T >
bool Catch::Generators::TakeGenerator< T >::next ( )
inlineoverridevirtual

Implements Catch::Generators::GeneratorUntypedBase.

Definition at line 4134 of file catch.hpp.


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