Fraxinus  18.10
An IGT application
Catch::LazyStat< T > Struct Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::LazyStat< T >:
Catch::Option< T >

Public Member Functions

 LazyStat ()
 
LazyStatoperator= (T const &_value)
 
void reset ()
 
- Public Member Functions inherited from Catch::Option< T >
 Option ()
 
 Option (T const &_value)
 
 Option (Option const &_other)
 
 ~Option ()
 
Optionoperator= (Option const &_other)
 
Optionoperator= (T const &_value)
 
void reset ()
 
T & operator* ()
 
T const & operator* () const
 
T * operator-> ()
 
const T * operator-> () const
 
valueOr (T const &defaultValue) const
 
bool some () const
 
bool none () const
 
bool operator! () const
 
 operator SafeBool::type () const
 

Public Attributes

bool used
 

Detailed Description

template<typename T>
struct Catch::LazyStat< T >

Definition at line 2344 of file catch.hpp.

Constructor & Destructor Documentation

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

Definition at line 2345 of file catch.hpp.

Member Function Documentation

template<typename T>
LazyStat& Catch::LazyStat< T >::operator= ( T const &  _value)
inline

Definition at line 2346 of file catch.hpp.

template<typename T>
void Catch::LazyStat< T >::reset ( )
inline

Definition at line 2351 of file catch.hpp.

Member Data Documentation

template<typename T>
bool Catch::LazyStat< T >::used

Definition at line 2355 of file catch.hpp.


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