Public Member Functions | |
Bool (int val) | |
Bool | operator+ (const Bool &rhs) const |
bool | operator== (const Bool &rhs) const |
bool | operator> (int n) const |
Public Attributes | |
bool | value |
Definition at line 56 of file gtest_pred_impl_unittest.cc.
Bool::Bool | ( | int | val | ) | [inline, explicit] |
Definition at line 57 of file gtest_pred_impl_unittest.cc.
Definition at line 61 of file gtest_pred_impl_unittest.cc.
Definition at line 63 of file gtest_pred_impl_unittest.cc.
bool Bool::operator> | ( | int | n | ) | const [inline] |
Definition at line 59 of file gtest_pred_impl_unittest.cc.
Definition at line 65 of file gtest_pred_impl_unittest.cc.