MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / TiXmlDocument

Method TiXmlDocument

engine/source/persistence/tinyXML/tinyxml.cpp:896–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894
895
896TiXmlDocument::TiXmlDocument() : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
897{
898 tabsize = 4;
899 useMicrosoftBOM = false;
900 ClearError();
901}
902
903TiXmlDocument::TiXmlDocument( const char * documentName ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
904{

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected