- 3.0.1 core module.
Bool Struct Reference

Public Member Functions

 Bool (int val)
 
bool operator> (int n) const
 
Bool operator+ (const Bool &rhs) const
 
bool operator== (const Bool &rhs) const
 

Public Attributes

bool value
 

Constructor & Destructor Documentation

Bool::Bool ( int  val)
inlineexplicit

Referenced by operator+(), operator>(), and TEST_F().

Member Function Documentation

bool Bool::operator> ( int  n) const
inline

References Bool(), and value.

Bool Bool::operator+ ( const Bool rhs) const
inline

References Bool(), and value.

bool Bool::operator== ( const Bool rhs) const
inline

References value.

Member Data Documentation

bool Bool::value

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