plugify 1.2.8
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
plugify::EnumObject Class Reference

Public Member Functions

 EnumObject (const EnumObject &other)
 
 EnumObject (EnumObject &&other) noexcept
 
EnumObjectoperator= (const EnumObject &other)
 
EnumObjectoperator= (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
 

Detailed Description

Definition at line 14 of file enum_object.hpp.

Member Data Documentation

◆ __pad0__

PLUGIFY_ACCESS plugify::EnumObject::__pad0__

Definition at line 34 of file enum_object.hpp.


The documentation for this class was generated from the following file: