|
| Conflict (const Conflict &other) |
|
| Conflict (Conflict &&other) noexcept |
|
Conflict & | operator= (const Conflict &other) |
|
Conflict & | operator= (Conflict &&other) noexcept |
|
const std::string & | GetName () const noexcept |
|
const Constraint & | GetConstraints () const noexcept |
|
const std::string & | GetReason () const noexcept |
|
void | SetName (std::string name) |
|
void | SetConstraints (Constraint constraints) |
|
void | SetReason (std::string reason) |
|
bool | operator== (const Conflict &other) const noexcept |
|
auto | operator<=> (const Conflict &other) const noexcept |
|
|
PLUGIFY_ACCESS | : struct Impl |
|
Definition at line 15 of file conflict.hpp.
◆ __pad0__
PLUGIFY_ACCESS plugify::Conflict::__pad0__ |
The documentation for this class was generated from the following file: