dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
InOrderVisitor
clang
Visitor
Undocumented in source.
@
safe
struct
InOrderVisitor {
alias
Delegate
=
int
delegate
(
ref
Cursor
,
ref
Cursor
)
;
this
(CXCursor cursor);
this
(Cursor cursor);
int
opApply
(Delegate dg);
}
Constructors
this
this
(CXCursor cursor)
Undocumented in source.
this
this
(Cursor cursor)
Undocumented in source.
Members
Aliases
Delegate
alias
Delegate
=
int
delegate
(
ref
Cursor
,
ref
Cursor
)
Undocumented in source.
Functions
opApply
int
opApply
(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