|
constexpr const auto & | toString () const |
|
template<class T> |
constexpr bool | operator== (const T &t) const |
|
constexpr bool | operator< (const Token &rhs) const |
|
constexpr bool | operator> (const Token &rhs) const |
|
constexpr int | toIndex () const |
| returns the unique index for this color.
|
|
| Token (const char *_id) |
|
static std::vector< const char * > | getColors () |
| Get a list of all the colors.
|
|
constexpr | Token (const char *id, const int idx) |
|
int | id |
|
static const size_t | kMaxTokenColors |
| Maximum amount of different colors.
|
|
static std::array< const char *, kMaxTokenColors > | colors = {nullptr} |
|
The documentation for this struct was generated from the following file: