Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
598
const char* XMLNode::Value() const {
599
return _value.GetStr();
600
}
601
602
void XMLNode::SetValue( const char* str, bool staticMem ) {
603
if ( staticMem ) {
Callers
14
NextSiblingElement
Method · 0.80
PreviousSiblingElement
Method · 0.80
ParseDeep
Method · 0.80
ShallowEqual
Method · 0.80
Attribute
Method · 0.80
GetText
Method · 0.80
QueryIntText
Method · 0.80
QueryUnsignedText
Method · 0.80
QueryBoolText
Method · 0.80
QueryDoubleText
Method · 0.80
QueryFloatText
Method · 0.80
ShallowClone
Method · 0.80
Calls
1
GetStr
Method · 0.80
Tested by
no test coverage detected