MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Name

Method Name

sourcecommon/tinyxml2.cpp:1072–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1070// --------- XMLAttribute ---------- //
1071
1072const char* XMLAttribute::Name() const
1073{
1074 return _name.GetStr();
1075}
1076
1077const char* XMLAttribute::Value() const
1078{

Callers 12

FirstChildElementMethod · 0.80
LastChildElementMethod · 0.80
FindAttributeMethod · 0.80
FindOrCreateAttributeMethod · 0.80
DeleteAttributeMethod · 0.80
ParseAttributesMethod · 0.80
ShallowCloneMethod · 0.80
VisitEnterMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected