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

Function SaveFile

include/tinyxml/tinyxml.h:1644–1647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

SaveFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected