MCPcopy Create free account
hub / github.com/SICKAG/sick_scan_xd / LoadFile

Function LoadFile

include/tinyxml/tinyxml.h:1640–1643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1638
1639#ifdef TIXML_USE_STL
1640 bool LoadFile( const std::string& filename, TiXmlEncoding encoding = TIXML_DEFAULT_ENCODING ) ///< STL std::string version.
1641 {
1642 return LoadFile( filename.c_str(), encoding );
1643 }
1644 bool SaveFile( const std::string& filename ) const ///< STL std::string version.
1645 {
1646 return SaveFile( filename.c_str() );

Callers 1

LoadFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected