SOFA API  b3f2f2a4
Open source framework for multi-physics simuation
sofa::testing::GtestMessageFrame Class Reference
Inheritance diagram for sofa::testing::GtestMessageFrame:

Detailed Description

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 charm_filename
 
int m_lineno
 

Public Member Functions

virtual ~GtestMessageFrame ()
 
virtual void process (Message &)
 
virtual void finalize ()
 

Attribute details

◆ m_filename

const char* sofa::testing::GtestMessageFrame::m_filename

◆ m_lineno

int sofa::testing::GtestMessageFrame::m_lineno

◆ m_type

Message::Type sofa::testing::GtestMessageFrame::m_type

Constructor details

◆ ~GtestMessageFrame()

virtual sofa::testing::GtestMessageFrame::~GtestMessageFrame ( )
inlinevirtual

Function details

◆ finalize()

virtual void sofa::testing::GtestMessageFrame::finalize ( )
inlinevirtual

◆ process()

virtual void sofa::testing::GtestMessageFrame::process ( Message )
inlinevirtual