|
Tensorium
|
#include <Latex.hpp>
Public Member Functions | |
| Token (TokenType t, const std::string &val) | |
| Token (TokenType t, GreekSymbolminus g, GreekSymbolplus G, const std::string &val) | |
Public Attributes | |
| TokenType | type |
| GreekSymbolminus | greek_minus = GreekSymbolminus::alpha |
| GreekSymbolplus | greek_plus = GreekSymbolplus::Alpha |
| std::string | value |
|
inline |
|
inline |
| GreekSymbolminus Token::greek_minus = GreekSymbolminus::alpha |
| GreekSymbolplus Token::greek_plus = GreekSymbolplus::Alpha |
| TokenType Token::type |
| std::string Token::value |