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

Method LoadFile

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

Source from the content-addressed store, hash-verified

914
915
916bool TiXmlDocument::LoadFile( TiXmlEncoding encoding )
917{
918 // See STL_STRING_BUG below.
919 //StringToBuffer buf( value );
920
921 return LoadFile( Value(), encoding );
922}
923
924
925bool TiXmlDocument::SaveFile() const

Callers 3

loadMeshFunction · 0.45
importMeshMethod · 0.45
importSkeletonMethod · 0.45

Calls 5

ErrorClass · 0.85
c_strMethod · 0.45
ClearMethod · 0.45
reserveMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected