*
?
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 DataFormats_Common_EndPathStatus_h #define DataFormats_Common_EndPathStatus_h namespace edm { class EndPathStatus { public: EndPathStatus() {} }; } // namespace edm #endif
#ifndef DataFormats_Common_EndPathStatus_h
#define DataFormats_Common_EndPathStatus_h
namespace edm {
class EndPathStatus {
public:
EndPathStatus() {}
};
} // namespace edm
#endif