MCPcopy Create free account
hub / github.com/SOUI2/soui / TiXmlDeclaration

Method TiXmlDeclaration

tools/src/uiresbuilder/tinyxml/tinyxml.cpp:1397–1405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.45

Tested by

no test coverage detected