*
?
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_TestObjects_ThingCollectionfwd_h #define DataFormats_TestObjects_ThingCollectionfwd_h #include <vector> namespace edmtest { struct Thing; typedef std::vector<Thing> ThingCollection; } // namespace edmtest #endif
#ifndef DataFormats_TestObjects_ThingCollectionfwd_h
#define DataFormats_TestObjects_ThingCollectionfwd_h
#include <vector>
namespace edmtest {
struct Thing;
typedef std::vector<Thing> ThingCollection;
} // namespace edmtest
#endif