plugify 1.2.8
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
plg::detail::token Struct Reference

Public Types

using value_t = std::variant< std::monostate, std::uint8_t, char, range_operator >
 

Public Attributes

token_type type
 
value_t value
 
const charlexeme
 

Detailed Description

Definition at line 266 of file version.hpp.

Member Typedef Documentation

◆ value_t

using plg::detail::token::value_t = std::variant<std::monostate, std::uint8_t, char, range_operator>

Definition at line 267 of file version.hpp.

Member Data Documentation

◆ lexeme

const char* plg::detail::token::lexeme

Definition at line 270 of file version.hpp.

◆ type

token_type plg::detail::token::type

Definition at line 268 of file version.hpp.

◆ value

value_t plg::detail::token::value

Definition at line 269 of file version.hpp.


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