|
Symmetri
|
Additional Inherited Members | |
| Public Member Functions inherited from symmetri::Token | |
| constexpr std::string_view | 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 uint8_t | toIndex () const |
| constexpr | Token (const char *_id) |
| Static Public Member Functions inherited from symmetri::Token | |
| static std::vector< std::string_view > | getColors () |
| Get a list of all the colors. | |
| Protected Attributes inherited from symmetri::Token | |
| uint8_t | id |
| Static Protected Attributes inherited from symmetri::Token | |
| static std::array< std::array< char, 64 >, 128 > | colors = {} |