|
OpenXLSX 1.9.1
|
A single lexical token from a formula string. More...
#include <XLFormulaEngine.hpp>
Data Fields | |
| XLTokenKind | kind {XLTokenKind::Error} |
| std::string | text |
| Raw text of the token (number string, identifier, …) | |
| double | number {0.0} |
| Pre-parsed numeric value when kind == Number. | |
| bool | boolean {false} |
| Pre-parsed bool when kind == Bool. | |
A single lexical token from a formula string.
| bool OpenXLSX::XLToken::boolean {false} |
Pre-parsed bool when kind == Bool.
| XLTokenKind OpenXLSX::XLToken::kind {XLTokenKind::Error} |
| double OpenXLSX::XLToken::number {0.0} |
Pre-parsed numeric value when kind == Number.
| std::string OpenXLSX::XLToken::text |
Raw text of the token (number string, identifier, …)