dstep v0.1.0+dub (2014-01-20T10:23:04Z)
Home
Dub
Repo
Visitor
clang
Visitor
Undocumented in source.
struct
Visitor {
alias
Delegate
=
int
delegate
(
ref
Cursor
,
ref
Cursor
)
;
alias
OpApply
=
int
delegate
(
Delegate
dg
)
;
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.
OpApply
alias
OpApply
=
int
delegate
(
Delegate
dg
)
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
ParamVisitor
TypedVisitor
Visitor