MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / SaveFile

Method SaveFile

cpp/tinyxml/tinyxml.cpp:935–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933
934
935bool TiXmlDocument::SaveFile() const
936{
937 // See STL_STRING_BUG below.
938// StringToBuffer buf( value );
939//
940// if ( buf.buffer && SaveFile( buf.buffer ) )
941// return true;
942//
943// return false;
944 return SaveFile( Value() );
945}
946
947bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding )
948{

Callers 4

WriteCacheMethod · 0.45
SaveButtonsMethod · 0.45
ReloadNodeMethod · 0.45
WriteXMLMethod · 0.45

Calls 2

TiXmlFOpenFunction · 0.85
ValueClass · 0.50

Tested by

no test coverage detected