MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / Value

Method Value

ReClass/tinyxml2.cpp:764–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764const char* XMLNode::Value() const
765{
766 // Edge case: XMLDocuments don't have a Value. Return null.
767 if ( this->ToDocument() )
768 return 0;
769 return _value.GetStr();
770}
771
772void XMLNode::SetValue( const char* str, bool staticMem )
773{

Callers 14

OnFileOpenMethod · 0.80
ParseDeepMethod · 0.80
ShallowEqualMethod · 0.80
AttributeMethod · 0.80
GetTextMethod · 0.80
QueryIntTextMethod · 0.80
QueryUnsignedTextMethod · 0.80
QueryInt64TextMethod · 0.80
QueryBoolTextMethod · 0.80
QueryDoubleTextMethod · 0.80
QueryFloatTextMethod · 0.80
ShallowCloneMethod · 0.80

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected