MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / Node

Method Node

tools/xml2cpp-codegen/xml.h:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 Children children;
56
57 Node(std::string n, Attributes a) :
58 name(n),
59 m_attrs(a)
60 {}
61
62 Node(const char* n, const char** a = nullptr);
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected