MCPcopy Create free account
hub / github.com/OpenMW/openmw / TiXmlElement

Method TiXmlElement

extern/oics/tinyxml/tinyxml.cpp:520–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518
519
520TiXmlElement::TiXmlElement (const char * _value)
521 : TiXmlNode( TiXmlNode::ELEMENT )
522{
523 firstChild = lastChild = 0;
524 value = _value;
525}
526
527
528#ifdef TIXML_USE_STL

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected