Token

Undocumented in source.

Constructors

this
this(CXToken cxToken, CXTranslationUnit cxTU)
Undocumented in source.
this
this(Kind kind, string spelling)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(Token other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin EnumD!("Kind", CXTokenKind, "CXToken_")
Undocumented in source.

Variables

cxTU
CXTranslationUnit cxTU;
Undocumented in source.
cxToken
CXToken cxToken;
Undocumented in source.
kind
Kind kind;
Undocumented in source.
spelling
string spelling;
Undocumented in source.

Meta