Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kistler-Group/sdbus-cpp
/ transformXmlToFile
Method
transformXmlToFile
tools/xml2cpp-codegen/BaseGenerator.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
47
int BaseGenerator::transformXmlToFile(const Document& doc, const char* filename) const
48
{
49
return transformXmlToFileImpl(doc, filename);
50
}
51
52
53
int BaseGenerator::writeToFile(const char* filename, const std::string& data) const
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected