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

Method TiXmlDeclaration

Libraries/tinyxml/tinyxml.cpp:1399–1407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1397
1398
1399TiXmlDeclaration::TiXmlDeclaration( const char * _version,
1400 const char * _encoding,
1401 const char * _standalone )
1402 : TiXmlNode( TiXmlNode::TINYXML_DECLARATION )
1403{
1404 version = _version;
1405 encoding = _encoding;
1406 standalone = _standalone;
1407}
1408
1409
1410#ifdef TIXML_USE_STL

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected