*
?
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 <iostream> #include "DataFormats/EcalRawData/interface/ESListOfFEDS.h" ESListOfFEDS::ESListOfFEDS() { list_of_feds.clear(); } void ESListOfFEDS::AddFED(int fed) { list_of_feds.push_back(fed); }
#include <iostream>
#include "DataFormats/EcalRawData/interface/ESListOfFEDS.h"
ESListOfFEDS::ESListOfFEDS() { list_of_feds.clear(); }
void ESListOfFEDS::AddFED(int fed) { list_of_feds.push_back(fed); }