MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / TiXmlDeclaration

Method TiXmlDeclaration

ogsr_engine/xrCore/XML_Parser/tinyxml.cpp:1300–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298}
1299
1300TiXmlDeclaration::TiXmlDeclaration(const char* _version, const char* _encoding, const char* _standalone) : TiXmlNode(TiXmlNode::DECLARATION)
1301{
1302 version = _version;
1303 encoding = _encoding;
1304 standalone = _standalone;
1305}
1306
1307#ifdef TIXML_USE_STL
1308TiXmlDeclaration::TiXmlDeclaration(const xr_string& _version, const xr_string& _encoding, const xr_string& _standalone) : TiXmlNode(TiXmlNode::DECLARATION)

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected