PRIVATE DECLARATION ///////////////////////////////////////////////// Here are declared the classes that are only used for internal use. In case someone want to use them it is easy to move that in .h file. Until that happens, keeps these here to hide the implementation details from the users of the .h And accelerate compilation of Sofa :)
Public Attributes | |
Message::Type | m_type |
const char * | m_filename |
int | m_lineno |
Public Member Functions | |
virtual | ~GtestMessageFrame () |
virtual void | process (Message &) |
virtual void | finalize () |
const char* sofa::testing::GtestMessageFrame::m_filename |
int sofa::testing::GtestMessageFrame::m_lineno |
Message::Type sofa::testing::GtestMessageFrame::m_type |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in sofa::testing::GtestMessageFrameFailureWhenMissing.
|
inlinevirtual |
Reimplemented in sofa::testing::GtestMessageFrameFailureWhenMissing, and sofa::testing::GtestMessageFrameFailure.