MCPcopy Create free account
hub / github.com/FlightGear/flightgear / addDetail

Method addDetail

3rdparty/cppunit/src/cppunit/Message.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116void
117Message::addDetail( const std::string &detail )
118{
119 m_details.push_back( detail );
120}
121
122
123void

Callers 3

makeMessageMethod · 0.80
assertDoubleEqualsFunction · 0.80
actualMessageMethod · 0.80

Calls 4

push_backMethod · 0.80
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by 1

assertDoubleEqualsFunction · 0.64