Value | Meaning |
---|---|
CXToken_Punctuation | \brief A token that contains some kind of punctuation. |
CXToken_Keyword | \brief A language keyword. |
CXToken_Identifier | \brief An identifier (that is not a keyword). |
CXToken_Literal | \brief A numeric, string, or character literal. |
CXToken_Comment | \brief A comment. |
Page generated by adrdox
\brief Describes a kind of token.