EMath++
Classes for mathematical concepts
Loading...
Searching...
No Matches
emthp::Token Struct Reference

Struct for representing a token as a type and a value. More...

#include <eparser.h>

Public Attributes

TokenType type
 The token's type as a TokenType.
 
double value
 The token's numerical value as a double.
 

Detailed Description

Struct for representing a token as a type and a value.

Definition at line 54 of file eparser.h.

Member Data Documentation

◆ type

TokenType emthp::Token::type

The token's type as a TokenType.

Definition at line 59 of file eparser.h.

◆ value

double emthp::Token::value

The token's numerical value as a double.

Definition at line 63 of file eparser.h.


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