plugify 1.2.8
|
Public Member Functions | |
EnumObject (const EnumObject &other) | |
EnumObject (EnumObject &&other) noexcept | |
EnumObject & | operator= (const EnumObject &other) |
EnumObject & | operator= (EnumObject &&other) noexcept |
const std::string & | GetName () const noexcept |
const std::vector< EnumValue > & | GetValues () const noexcept |
void | SetName (std::string name) |
void | SetValues (std::vector< EnumValue > values) |
bool | operator== (const EnumObject &other) const noexcept |
auto | operator<=> (const EnumObject &other) const noexcept |
Public Attributes | |
PLUGIFY_ACCESS | : struct Impl |
Definition at line 14 of file enum_object.hpp.
PLUGIFY_ACCESS plugify::EnumObject::__pad0__ |
Definition at line 34 of file enum_object.hpp.