cppassist  1.0.0.f4fab4f962ff
C++ sanctuary for small but powerful and frequently required, stand alone features.
Public Attributes | List of all members
cppassist::Tokenizer::Lookahead Struct Reference

Token information from lookahead. More...

#include <cppassist/include/cppassist/tokenizer/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

◆ type

TokenType cppassist::Tokenizer::Lookahead::type

Type of token (see TokenType)

◆ hint

std::string cppassist::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: