*
?
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
// simply forward the typedef of the collection #include <vector> class TkLasBeam; typedef std::vector<TkLasBeam> TkLasBeamCollection;
// simply forward the typedef of the collection
#include <vector>
class TkLasBeam;
typedef std::vector<TkLasBeam> TkLasBeamCollection;