MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / SaveFile

Method SaveFile

lesson7-Detection/src/utils/tinyxml.h:1436–1439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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() );
1439 }
1440 #endif
1441
1442 /** Parse the given null terminated block of xml data. Passing in an encoding to this

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected