Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kistler-Group/sdbus-cpp
/ to_xml
Method
to_xml
tools/xml2cpp-codegen/xml.cpp:116–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
std::string Node::to_xml() const
117
{
118
std::string xml;
119
int depth = 0;
120
121
_raw_xml(xml, depth);
122
123
return xml;
124
}
125
126
void Node::_raw_xml(std::string& xml, int& depth) const
127
{
Callers
1
xml.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected