|
| EnumValue (const EnumValue &other) |
|
| EnumValue (EnumValue &&other) noexcept |
|
EnumValue & | operator= (const EnumValue &other) |
|
EnumValue & | operator= (EnumValue &&other) noexcept |
|
const std::string & | GetName () const noexcept |
|
int64_t | GetValue () const noexcept |
|
void | SetName (std::string name) |
|
void | SetValue (int64_t value) |
|
bool | operator== (const EnumValue &other) const noexcept |
|
auto | operator<=> (const EnumValue &other) const noexcept |
|
|
PLUGIFY_ACCESS | : struct Impl |
|
Definition at line 13 of file enum_value.hpp.
◆ __pad0__
PLUGIFY_ACCESS plugify::EnumValue::__pad0__ |
The documentation for this class was generated from the following file: