MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / TiXmlDocument

Method TiXmlDocument

Libraries/tinyxml/tinyxml.cpp:930–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

928
929
930TiXmlDocument::TiXmlDocument() : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
931{
932 tabsize = 4;
933 useMicrosoftBOM = false;
934 ClearError();
935}
936
937TiXmlDocument::TiXmlDocument( const char * documentName ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
938{

Callers

nothing calls this directly

Calls 2

ClearErrorFunction · 0.85
CopyToMethod · 0.80

Tested by

no test coverage detected