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

Method addAttribute

3rdparty/cppunit/src/cppunit/XmlElement.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75
76void
77XmlElement::addAttribute( std::string attributeName,
78 std::string value )
79{
80 m_attributes.push_back( Attribute( attributeName, value ) );
81}
82
83
84void

Callers 2

addFailedTestMethod · 0.80
addSuccessfulTestMethod · 0.80

Calls 2

toStringFunction · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected