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

#include <catch.hpp>

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

List of all members.

Public Member Functions

void add (T value)
virtual T getValue (std::size_t index) const
virtual std::size_t size () const
 ValuesGenerator ()

Private Attributes

std::vector< Tm_values

Detailed Description

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

Definition at line 2374 of file catch.hpp.


Constructor & Destructor Documentation

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

Definition at line 2376 of file catch.hpp.


Member Function Documentation

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

Definition at line 2378 of file catch.hpp.

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

Implements Catch::IGenerator< T >.

Definition at line 2382 of file catch.hpp.

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

Implements Catch::IGenerator< T >.

Definition at line 2386 of file catch.hpp.


Member Data Documentation

template<typename T>
std::vector<T> Catch::ValuesGenerator< T >::m_values [private]

Definition at line 2391 of file catch.hpp.


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


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:10