Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
862
bool TiXmlDocument::LoadFile(TiXmlEncoding encoding)
863
{
864
// See STL_STRING_BUG below.
865
// StringToBuffer buf( value );
866
867
return LoadFile(Value(), encoding);
868
}
869
870
bool TiXmlDocument::SaveFile() const
871
{
Callers
nothing calls this directly
Calls
7
xr_free
Function · 0.85
Value
Function · 0.50
Clear
Function · 0.50
c_str
Method · 0.45
Clear
Method · 0.45
reserve
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected