CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Catch::BetweenGenerator< T > Class Template Reference

#include <catch.hpp>

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

Public Member Functions

 BetweenGenerator (T from, T to)
 
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::BetweenGenerator< T >

Definition at line 1844 of file catch.hpp.

Constructor & Destructor Documentation

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

Definition at line 1846 of file catch.hpp.

Member Function Documentation

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

Implements Catch::IGenerator< T >.

Definition at line 1848 of file catch.hpp.

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

Implements Catch::IGenerator< T >.

Definition at line 1852 of file catch.hpp.


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