*
?
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
#include "DataFormats/TestObjects/interface/ThingWithIsEqual.h" namespace edmtest { bool ThingWithIsEqual::isProductEqual(ThingWithIsEqual const& newThing) const { return a == newThing.a; } } // namespace edmtest
#include "DataFormats/TestObjects/interface/ThingWithIsEqual.h"
namespace edmtest {
bool ThingWithIsEqual::isProductEqual(ThingWithIsEqual const& newThing) const { return a == newThing.a; }
} // namespace edmtest