Public Member Functions | Private Attributes
Catch::BetweenGenerator< T > Class Template Reference

#include <catch.hpp>

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

List of all members.

Public Member Functions

 BetweenGenerator (T from, T to)
virtual T getValue (std::size_t index) const
virtual std::size_t size () const

Private Attributes

m_from
m_to

Detailed Description

template<typename T>
class Catch::BetweenGenerator< T >

Definition at line 1849 of file catch.hpp.


Constructor & Destructor Documentation

template<typename T >
Catch::BetweenGenerator< T >::BetweenGenerator ( from,
to 
) [inline]

Definition at line 1851 of file catch.hpp.


Member Function Documentation

template<typename T >
virtual T Catch::BetweenGenerator< T >::getValue ( std::size_t  index) const [inline, virtual]

Implements Catch::IGenerator< T >.

Definition at line 1853 of file catch.hpp.

template<typename T >
virtual std::size_t Catch::BetweenGenerator< T >::size ( ) const [inline, virtual]

Implements Catch::IGenerator< T >.

Definition at line 1857 of file catch.hpp.


Member Data Documentation

template<typename T >
T Catch::BetweenGenerator< T >::m_from [private]

Definition at line 1863 of file catch.hpp.

template<typename T >
T Catch::BetweenGenerator< T >::m_to [private]

Definition at line 1864 of file catch.hpp.


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


librealsense
Author(s): Sergey Dorodnicov , Mark Horn , Reagan Lopez
autogenerated on Tue Jun 25 2019 19:54:41