MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / LoadFile

Method LoadFile

tinyxml/include/tinyxml.h:1432–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1430
1431 #ifdef TIXML_USE_STL
1432 bool LoadFile( const std::string& filename, TiXmlEncoding encoding = TIXML_DEFAULT_ENCODING ) ///< STL std::string version.
1433 {
1434 return LoadFile( filename.c_str(), encoding );
1435 }
1436 bool SaveFile( const std::string& filename ) const ///< STL std::string version.
1437 {
1438 return SaveFile( filename.c_str() );

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected