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

Function mangle_name

tools/xml2cpp-codegen/generator_utils.cpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156std::string mangle_name(const std::string& name)
157{
158 if (reserved_names.find(name) != reserved_names.end())
159 return name + "_";
160 else
161 return name;
162}

Callers 7

processMethodsMethod · 0.85
processPropertiesMethod · 0.85
processMethodsMethod · 0.85
processSignalsMethod · 0.85
processPropertiesMethod · 0.85
generateNamespacesMethod · 0.85
argsToNamesAndTypesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected