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

Public Member Functions

 EnumValue (const EnumValue &other)
 
 EnumValue (EnumValue &&other) noexcept
 
EnumValueoperator= (const EnumValue &other)
 
EnumValueoperator= (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
 

Public Attributes

PLUGIFY_ACCESS : struct Impl
 

Detailed Description

Definition at line 13 of file enum_value.hpp.

Member Data Documentation

◆ __pad0__

PLUGIFY_ACCESS plugify::EnumValue::__pad0__

Definition at line 33 of file enum_value.hpp.


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