MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Value

Method Value

Dependencies/tinyxml2/src/tinyxml2.cpp:763–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

ParseDeepMethod · 0.45
ShallowEqualMethod · 0.45
AttributeMethod · 0.45
GetTextMethod · 0.45
QueryIntTextMethod · 0.45
QueryUnsignedTextMethod · 0.45
QueryInt64TextMethod · 0.45
QueryBoolTextMethod · 0.45
QueryDoubleTextMethod · 0.45
QueryFloatTextMethod · 0.45
ShallowCloneMethod · 0.45
VisitEnterMethod · 0.45

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected