Cursor

Undocumented in source.

Constructors

this
this(CXCursor cx)
Undocumented in source.

Members

Functions

isPredefined
bool isPredefined()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(Cursor cursor, Cursor parent) block)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(Cursor cursor) block)
Undocumented in source. Be warned that the author may not have intended to support it.
sourceRange
SourceRange sourceRange()
Undocumented in source. Be warned that the author may not have intended to support it.
visitChildren
void visitChildren(CursorVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin EnumD!("Kind", CXCursorKind, "CXCursor_")
Undocumented in source.

Variables

kind
Kind kind;
Undocumented in source.
spelling
string spelling;
Undocumented in source.

Meta