dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
TypedVisitor
clang
Visitor
Undocumented in source.
struct
TypedVisitor (
CXCursorKind
kind
) {
this
(Visitor visitor);
this
(Cursor cursor);
int
opApply
(Visitor.Delegate dg);
}
Constructors
this
this
(Visitor visitor)
Undocumented in source.
this
this
(Cursor cursor)
Undocumented in source.
Members
Functions
opApply
int
opApply
(Visitor.Delegate dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
clang
Visitor
aliases
ObjCClassMethodVisitor
ObjCInstanceMethodVisitor
ObjCPropertyVisitor
ObjCProtocolVisitor
structs
DeclarationVisitor
InOrderVisitor
OverriddenVisitor
ParamVisitor
TypedVisitor
Visitor