MCPcopy Create free account
hub / github.com/WheretIB/nullc / xml_attribute

Class xml_attribute

NULLC/includes/pugi.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace NULLCPugiXML
14{
15 class xml_attribute
16 {
17 public:
18 pugi::xml_attribute attribute; // pointer sized
19 };
20 xml_attribute xml_attribute__next_attribute(xml_attribute* ptr)
21 {
22 xml_attribute ret;

Callers 15

pugixml.hppFile · 0.85
find_attributeFunction · 0.85
next_attributeMethod · 0.85
previous_attributeMethod · 0.85
attributeMethod · 0.85
first_attributeMethod · 0.85
last_attributeMethod · 0.85
append_attributeMethod · 0.85
prepend_attributeMethod · 0.85
append_copyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected