*
?
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_CommonExceptions_h #define DataFormats_Common_CommonExceptions_h namespace edm { class ProductID; void checkForWrongProduct(ProductID const& keyID, ProductID const& refID); } // namespace edm #endif
#ifndef DataFormats_Common_CommonExceptions_h
#define DataFormats_Common_CommonExceptions_h
namespace edm {
class ProductID;
void checkForWrongProduct(ProductID const& keyID, ProductID const& refID);
} // namespace edm
#endif