TokenStreamImpl

Stream of tokens excluding comment tokens.

Constructors

this
this(ClangContext ctx)

The context must outlive any instance of this class.

Members

Functions

getFilteredTokens
Token[] getFilteredTokens(Path p)
Undocumented in source. Be warned that the author may not have intended to support it.
getTokens
Token[] getTokens(Path p)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ctx
ClangContext* ctx;
Undocumented in source.

Meta