MCPcopy Create free account
hub / github.com/OpenMW/openmw / LoadFile

Method LoadFile

extern/oics/tinyxml/tinyxml.cpp:940–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938
939
940bool TiXmlDocument::LoadFile( TiXmlEncoding encoding )
941{
942 // See STL_STRING_BUG below.
943 //StringToBuffer buf( value );
944
945 return LoadFile( Value(), encoding );
946}
947
948
949bool TiXmlDocument::SaveFile() const

Callers 1

InputControlSystemMethod · 0.45

Calls 5

TiXmlFOpenFunction · 0.85
c_strMethod · 0.80
ValueClass · 0.50
ClearMethod · 0.45
reserveMethod · 0.45

Tested by

no test coverage detected