TokenRange

Undocumented in source.

Constructors

this
this(CXTranslationUnit translationUnit, CXToken* tokens, uint numTokens)
Undocumented in source.

Members

Functions

opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Token opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
TokenRange opSlice(size_t begin, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
Token back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Token front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
TokenRange save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta