Public Member Functions | Private Attributes | List of all members
Catch::Generators::IteratorGenerator< T > Class Template Referencefinal

#include <catch.hpp>

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

Public Member Functions

T const & get () const override
 
template<typename InputIterator , typename InputSentinel >
 IteratorGenerator (InputIterator first, InputSentinel last)
 
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

size_t m_current = 0
 
std::vector< T > m_elems
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 4699 of file catch.hpp.

Constructor & Destructor Documentation

template<typename T >
template<typename InputIterator , typename InputSentinel >
Catch::Generators::IteratorGenerator< T >::IteratorGenerator ( InputIterator  first,
InputSentinel  last 
)
inline

Definition at line 4708 of file catch.hpp.

Member Function Documentation

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

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

Definition at line 4714 of file catch.hpp.

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

Implements Catch::Generators::GeneratorUntypedBase.

Definition at line 4718 of file catch.hpp.

Member Data Documentation

template<typename T >
size_t Catch::Generators::IteratorGenerator< T >::m_current = 0
private

Definition at line 4705 of file catch.hpp.

template<typename T >
std::vector<T> Catch::Generators::IteratorGenerator< T >::m_elems
private

Definition at line 4702 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