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

Method Document

tools/xml2cpp-codegen/xml.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167Document::Document() :
168 root(nullptr),
169 m_depth(0)
170{
171}
172
173Document::Document(const std::string &xml) :
174 root(nullptr),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected