clang.Cursor

Members

Structs

AccessCursor
struct AccessCursor
Cursor
struct Cursor

The Cursor class represents a reference to an element within the AST. It acts as a kind of iterator.

EnumCursor
struct EnumCursor
FunctionCursor
struct FunctionCursor
IncludeCursor
struct IncludeCursor

Meta

Authors

Jacob Carlborg, Joakim Brännström (joakim.brannstrom dottli gmx.com)

History

1.0 initial release. 2012-01-29
Jacob Carlborg

1.1+ additional features missing compared to cindex.py. 2015-03-07
Joakim Brännström

TODO split the specific C++ stuff to a dedicated cursor. TODO implement cxxMangling.