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

Class Document

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

Source from the content-addressed store, hash-verified

83};
84
85class Document
86{
87public:
88 struct Expat;
89
90 Node* root;
91
92 Document();
93 ~Document();
94
95 Document(const std::string& xml);
96
97 void from_xml(const std::string& xml);
98
99 std::string to_xml() const;
100
101private:
102
103 int m_depth;
104};
105
106} // namespace xml
107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected