Public Member Functions | |
ConstCastable (bool *converted) | |
operator Base () const | |
Private Attributes | |
bool * | converted_ |
Definition at line 149 of file gtest-port_test.cc.
testing::internal::ConstCastable::ConstCastable | ( | bool * | converted | ) | [inline, explicit] |
Definition at line 151 of file gtest-port_test.cc.
testing::internal::ConstCastable::operator Base | ( | ) | const [inline] |
Definition at line 152 of file gtest-port_test.cc.
bool* testing::internal::ConstCastable::converted_ [private] |
Definition at line 158 of file gtest-port_test.cc.