Public Member Functions | Private Attributes | List of all members
Catch::Generators::FilterGenerator< T, Predicate > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::Generators::FilterGenerator< T, Predicate >:
Inheritance graph
[legend]

Public Member Functions

template<typename P = Predicate>
 FilterGenerator (P &&pred, 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 ()
 

Private Attributes

GeneratorWrapper< T > m_generator
 
Predicate m_predicate
 

Additional Inherited Members

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

Detailed Description

template<typename T, typename Predicate>
class Catch::Generators::FilterGenerator< T, Predicate >

Definition at line 4149 of file catch.hpp.

Constructor & Destructor Documentation

template<typename T , typename Predicate >
template<typename P = Predicate>
Catch::Generators::FilterGenerator< T, Predicate >::FilterGenerator ( P &&  pred,
GeneratorWrapper< T > &&  generator 
)
inline

Definition at line 4154 of file catch.hpp.

Member Function Documentation

template<typename T , typename Predicate >
T const& Catch::Generators::FilterGenerator< T, Predicate >::get ( ) const
inlineoverridevirtual

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

Definition at line 4168 of file catch.hpp.

template<typename T , typename Predicate >
bool Catch::Generators::FilterGenerator< T, Predicate >::next ( )
inlineoverridevirtual

Implements Catch::Generators::GeneratorUntypedBase.

Definition at line 4172 of file catch.hpp.

Member Data Documentation

template<typename T , typename Predicate >
GeneratorWrapper<T> Catch::Generators::FilterGenerator< T, Predicate >::m_generator
private

Definition at line 4150 of file catch.hpp.

template<typename T , typename Predicate >
Predicate Catch::Generators::FilterGenerator< T, Predicate >::m_predicate
private

Definition at line 4151 of file catch.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:36