MCPcopy Create free account
hub / github.com/DFHack/dfhack / TiXmlDeclaration

Method TiXmlDeclaration

depends/tinyxml/tinyxml.cpp:1379–1387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1377
1378
1379TiXmlDeclaration::TiXmlDeclaration( const char * _version,
1380 const char * _encoding,
1381 const char * _standalone )
1382 : TiXmlNode( TiXmlNode::TINYXML_DECLARATION )
1383{
1384 version = _version;
1385 encoding = _encoding;
1386 standalone = _standalone;
1387}
1388
1389
1390#ifdef TIXML_USE_STL

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.45

Tested by

no test coverage detected