*
?
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_PropagationDirection_H #define dataFormats_PropagationDirection_H enum PropagationDirection { oppositeToMomentum, alongMomentum, anyDirection, invalidDirection }; #endif
#ifndef dataFormats_PropagationDirection_H
#define dataFormats_PropagationDirection_H
enum PropagationDirection { oppositeToMomentum, alongMomentum, anyDirection, invalidDirection };
#endif