cppexpose  1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
Public Attributes | List of all members
cppexpose::Tokenizer::Lookahead Struct Reference

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...
 

Detailed Description

Token information from lookahead.

Member Data Documentation

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)


The documentation for this struct was generated from the following file: