MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / TiXmlDeclaration

Method TiXmlDeclaration

cpp/tinyxml/tinyxml.cpp:1385–1393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1383
1384
1385TiXmlDeclaration::TiXmlDeclaration( const char * _version,
1386 const char * _encoding,
1387 const char * _standalone )
1388 : TiXmlNode( TiXmlNode::DECLARATION )
1389{
1390 version = _version;
1391 encoding = _encoding;
1392 standalone = _standalone;
1393}
1394
1395
1396#ifdef TIXML_USE_STL

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected