MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / LoadFile

Method LoadFile

ogsr_engine/xrCore/XML_Parser/tinyxml.cpp:862–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860}
861
862bool TiXmlDocument::LoadFile(TiXmlEncoding encoding)
863{
864 // See STL_STRING_BUG below.
865 // StringToBuffer buf( value );
866
867 return LoadFile(Value(), encoding);
868}
869
870bool TiXmlDocument::SaveFile() const
871{

Callers

nothing calls this directly

Calls 7

xr_freeFunction · 0.85
ValueFunction · 0.50
ClearFunction · 0.50
c_strMethod · 0.45
ClearMethod · 0.45
reserveMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected