MCPcopy Create free account
hub / github.com/KDAB/codebrowser / cutNameSpace

Function cutNameSpace

indexgenerator/indexer.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54std::string cutNameSpace(std::string &className) {
55 int colonPos = className.find_last_of("::");
56 if (colonPos != std::string::npos)
57 return className.substr(colonPos+1);
58 else
59 return className;
60}
61
62void linkInterestingDefinitions(std::ofstream &myfile, std::string linkFile, std::string &interestingDefitions)
63{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected