|
|
| OptionPropertyOption (const OptionPropertyOption &rhs) |
|
| OptionPropertyOption (OptionPropertyOption &&rhs) noexcept |
|
OptionPropertyOption & | operator= (const OptionPropertyOption &that) |
|
OptionPropertyOption & | operator= (OptionPropertyOption &&that) noexcept |
|
| OptionPropertyOption (std::string_view id, std::string_view name, T value) |
|
| OptionPropertyOption (std::string_view id, std::string_view name) |
|
OptionPropertyOption & | operator= (const T &that) |
|
OptionPropertyOption & | operator= (const T &that) |
|
| OptionPropertyOption (const T &val) |
|
| OptionPropertyOption (const T &val) |
| virtual void | serialize (Serializer &s) const |
| virtual void | deserialize (Deserializer &d) |
|
bool | operator== (const OptionPropertyOption< T > &rhs) const |
|
bool | operator!= (const OptionPropertyOption< T > &rhs) const |
|
|
std::string | id_ |
|
std::string | name_ |
|
T | value_ = T{} |
◆ deserialize()
◆ serialize()
The documentation for this class was generated from the following file: