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

Class xml_node

NULLC/includes/pugi.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 class xml_node
134 {
135 public:
136 pugi::xml_node node; // pointer sized
137 };
138 int xml_node__empty(xml_node* ptr)
139 {
140 return ptr->node.empty();

Callers 1

xml_document__rootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected