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

Method Error

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

Source from the content-addressed store, hash-verified

24
25
26Error::Error(const char *error, int line, int column)
27{
28 std::ostringstream estream;
29
30 estream << "line " << line << ", column " << column << ": " << error;
31
32 m_error = estream.str();
33}
34
35Node::Node(const char *n, const char **a)
36: name(n)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected