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

Method TiXmlDeclaration

engine/source/persistence/tinyXML/tinyxml.cpp:1349–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1347
1348
1349TiXmlDeclaration::TiXmlDeclaration( const char * _version,
1350 const char * _encoding,
1351 const char * _standalone )
1352 : TiXmlNode( TiXmlNode::TINYXML_DECLARATION )
1353{
1354 version = _version;
1355 encoding = _encoding;
1356 standalone = _standalone;
1357}
1358
1359
1360#ifdef TIXML_USE_STL

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected