|
Sen API
Sen Libraries
|
Holds the information for an enumerator. More...
#include <enum_type.h>
Public Attributes | |
| std::string | name |
| uint32_t | key = 0 |
| The name of the enumerator. | |
| std::string | description |
| The key of the enumerator. | |
Friends | |
| bool | operator== (const Enumerator &lhs, const Enumerator &rhs) noexcept |
| bool | operator!= (const Enumerator &lhs, const Enumerator &rhs) noexcept |
Holds the information for an enumerator.
|
friend |
|
friend |
| std::string sen::Enumerator::name |
| uint32_t sen::Enumerator::key = 0 |
The name of the enumerator.
| std::string sen::Enumerator::description |
The key of the enumerator.