MCPcopy Create free account
hub / github.com/SOUI2/soui / SaveFile

Method SaveFile

tools/src/uiresbuilder/tinyxml/tinyxml.cpp:960–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958
959
960bool TiXmlDocument::SaveFile() const
961{
962 return SaveFile( Value() );
963}
964
965bool TiXmlDocument::LoadFile( const wchar_t* _filename, TiXmlEncoding encoding )
966{

Callers

nothing calls this directly

Calls 2

TiXmlFOpenFunction · 0.85
ValueClass · 0.50

Tested by

no test coverage detected