*
?
ext:cpp
regexp:(?i)\bs?printf
regexp:"(three|3) mice"
function:foo
callers:GetStringFromName
type:Stack
bases:SomeSubclass
derived:SomeSuperclass
member:SomeClass
+overridden:Derived::foo()
overrides:someMethod
#ifndef CondCore_CondDB_WebUtils_h #define CondCore_CondDB_WebUtils_h #include <string> namespace cond { unsigned long httpGet(const std::string& urlString, std::string& info); } #endif
#ifndef CondCore_CondDB_WebUtils_h
#define CondCore_CondDB_WebUtils_h
#include <string>
namespace cond {
unsigned long httpGet(const std::string& urlString, std::string& info);
}
#endif