plugify
1.0.0.0
|
Represents a generic software package. More...
#include <package.hpp>
Public Member Functions | |
bool | operator== (const Package &rhs) const noexcept |
Overloaded equality operator for comparing Package instances. More... | |
Public Attributes | |
std::string | name |
The name of the package. | |
std::string | type |
The type of the package (e.g., module, plugin). | |
Represents a generic software package.
The Package structure holds information about a generic software package, including the name and type. It also provides an equality operator for comparing instances.
Definition at line 47 of file package.hpp.
|
inlinenoexcept |
Overloaded equality operator for comparing Package instances.
rhs | The right-hand side Package for comparison. |
Definition at line 56 of file package.hpp.