Cursor

Undocumented in source.

Members

Functions

isDefinition
bool isDefinition()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
equals_t opEquals(Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin CX
Undocumented in source.

Properties

all
Visitor all [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
declarations
DeclarationVisitor declarations [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
Cursor empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
enum_
EnumCursor enum_ [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
func
FunctionCursor func [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isDeclaration
bool isDeclaration [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
kind
CXCursorKind kind [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
language
CXLanguageKind language [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
location
SourceLocation location [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
objc
ObjcCursor objc [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
spelling
string spelling [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
Type type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin CX

cx
CType cx;
Undocumented in source.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta