![]() |
cppexpose
1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
|
Token information from lookahead. More...
#include <cppexpose/include/cppexpose/base/Tokenizer.h>
Public Attributes | |
| TokenType | type |
| Type of token (see TokenType) More... | |
| std::string | hint |
| Hint about value or type (only valid for TokenComment or TokenStandalone) More... | |
Token information from lookahead.
| TokenType cppexpose::Tokenizer::Lookahead::type |
Type of token (see TokenType)
| std::string cppexpose::Tokenizer::Lookahead::hint |
Hint about value or type (only valid for TokenComment or TokenStandalone)
1.8.11