Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
 

Detailed Description

Definition at line 56 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 56 of file gtest_pred_impl_unittest.cc

Constructor & Destructor Documentation

Bool::Bool ( int  val)
inlineexplicit

Definition at line 57 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 57 of file gtest_pred_impl_unittest.cc

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

+ Here is the caller graph for this function:

Member Function Documentation

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

Definition at line 61 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 61 of file gtest_pred_impl_unittest.cc

References Bool(), and value.

+ Here is the call graph for this function:

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

Definition at line 63 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 63 of file gtest_pred_impl_unittest.cc

References value.

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

Definition at line 59 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 59 of file gtest_pred_impl_unittest.cc

References Bool(), and value.

+ Here is the call graph for this function:

Member Data Documentation

bool Bool::value

Definition at line 65 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 65 of file gtest_pred_impl_unittest.cc

Referenced by operator+(), operator<<(), operator==(), and operator>().


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