MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / Value

Method Value

src/xml/tinyxml2.cpp:598–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598const char* XMLNode::Value() const {
599 return _value.GetStr();
600}
601
602void XMLNode::SetValue( const char* str, bool staticMem ) {
603 if ( staticMem ) {

Callers 14

NextSiblingElementMethod · 0.80
ParseDeepMethod · 0.80
ShallowEqualMethod · 0.80
AttributeMethod · 0.80
GetTextMethod · 0.80
QueryIntTextMethod · 0.80
QueryUnsignedTextMethod · 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