|
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 size_t | toIndex () const |
|
constexpr | Token (const char *_id) |
|
static std::vector< const char * > | getColors () |
| Get a list of all the colors.
|
|
static constexpr bool | equals (const char *a, const char *b) |
|
template<class X, class V> |
static constexpr auto | find (X &x, V key) |
|
template<class X> |
static constexpr auto | findSlot (X &x) |
|
size_t | 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: