*
?
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/Provenance/interface/RunID.h" #include <ostream> namespace edm { std::ostream& operator<<(std::ostream& oStream, RunID const& iID) { oStream << "run: " << iID.run(); return oStream; } } // namespace edm
#include "DataFormats/Provenance/interface/RunID.h"
#include <ostream>
namespace edm {
std::ostream& operator<<(std::ostream& oStream, RunID const& iID) {
oStream << "run: " << iID.run();
return oStream;
}
} // namespace edm