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

Method SaveFile

extern/oics/tinyxml/tinyxml.cpp:949–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947
948
949bool TiXmlDocument::SaveFile() const
950{
951 // See STL_STRING_BUG below.
952// StringToBuffer buf( value );
953//
954// if ( buf.buffer && SaveFile( buf.buffer ) )
955// return true;
956//
957// return false;
958 return SaveFile( Value() );
959}
960
961bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding )
962{

Callers 1

saveMethod · 0.45

Calls 2

TiXmlFOpenFunction · 0.85
ValueClass · 0.50

Tested by

no test coverage detected