*
?
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 <cassert> #include <string> #include "DetectorDescription/Core/interface/DDTransform.h" int main(int argc, char **argv) { assert(DDRotation().toString() == "DdBlNa:DdBlNa0"); assert(DDRotation().toString() == "DdBlNa:DdBlNa1"); }
#include <cassert>
#include <string>
#include "DetectorDescription/Core/interface/DDTransform.h"
int main(int argc, char **argv) {
assert(DDRotation().toString() == "DdBlNa:DdBlNa0");
assert(DDRotation().toString() == "DdBlNa:DdBlNa1");
}