MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / SaveFile

Method SaveFile

Tools/MeshTool/src/XML/tinyxml.cpp:925–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923
924
925bool TiXmlDocument::SaveFile() const
926{
927 // See STL_STRING_BUG below.
928// StringToBuffer buf( value );
929//
930// if ( buf.buffer && SaveFile( buf.buffer ) )
931// return true;
932//
933// return false;
934 return SaveFile( Value() );
935}
936
937bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding )
938{

Callers 2

exportMeshMethod · 0.45
exportSkeletonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected