CustusX  18.04
An IGT application
Catch::ValuesGenerator< T > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::ValuesGenerator< T >:
Catch::IGenerator< T >

Public Member Functions

 ValuesGenerator ()
 
void add (T value)
 
virtual T getValue (std::size_t index) const
 
virtual std::size_t size () const
 
- Public Member Functions inherited from Catch::IGenerator< T >
virtual ~IGenerator ()
 

Detailed Description

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

Definition at line 3028 of file catch.hpp.

Constructor & Destructor Documentation

template<typename T>
Catch::ValuesGenerator< T >::ValuesGenerator ( )
inline

Definition at line 3030 of file catch.hpp.

Member Function Documentation

template<typename T>
void Catch::ValuesGenerator< T >::add ( value)
inline

Definition at line 3032 of file catch.hpp.

template<typename T>
virtual T Catch::ValuesGenerator< T >::getValue ( std::size_t  index) const
inlinevirtual

Implements Catch::IGenerator< T >.

Definition at line 3036 of file catch.hpp.

template<typename T>
virtual std::size_t Catch::ValuesGenerator< T >::size ( ) const
inlinevirtual

Implements Catch::IGenerator< T >.

Definition at line 3040 of file catch.hpp.


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