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