7 #ifndef __DFAnalysis_support_HXX_LOADED__
8 #define __DFAnalysis_support_HXX_LOADED__
21 std::ostringstream myStream;
22 myStream << t << std::flush;
23 return(myStream.str());
40 bool contained =
false;
41 for (
typename std::vector<T >::const_iterator l = worklist.begin(); l != worklist.end(); ++l) {
43 if (aNode == filterNode)
62 std::string nodeNameApp =
"";
64 for (
unsigned int i=0; i< children.size(); i++) {
67 if (i!=(children.size()-1))
68 nodeNameApp = nodeNameApp +
", ";
70 while (nodeNameApp.find(
"&")!=std::string::npos) {
71 int pos = nodeNameApp.find(
"&");
72 nodeNameApp.replace(pos,1,
"?");
75 std::string retVal =
"("+nodeNameApp+
")";
93 if ((fullName.find(
"std::") != std::string::npos) ||
94 (fullName.find(
"__") != std::string::npos) ||
95 (fullName.find(
"operator") != std::string::npos)
99 if ((filename.find(
"/usr/") != std::string::npos)
101 fullName = fullName+
getAppName(functionDeclaration);