MCPcopy Create free account
hub / github.com/MyGUI/mygui / get

Method get

UnitTests/TestApp/pugixml.cpp:5333–5338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5331 }
5332
5333 PUGI__FN const char_t* xml_text::get() const
5334 {
5335 xml_node_struct* d = _data();
5336
5337 return (d && d->value) ? d->value : PUGIXML_TEXT("");
5338 }
5339
5340 PUGI__FN const char_t* xml_text::as_string(const char_t* def) const
5341 {

Callers 15

pugixml.cppFile · 0.45
merge_replacement_filesFunction · 0.45
run_tidyFunction · 0.45
createDefaultSourceMethod · 0.45
operator->Method · 0.45
currentMethod · 0.45
createChildMethod · 0.45
removeChildMethod · 0.45
createCopyMethod · 0.45
openMethod · 0.45
parseTagMethod · 0.45
createDeclarationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected