plugify  1.0.0.0
Public Member Functions | Public Attributes | List of all members
plugify::Package Struct Reference

Represents a generic software package. More...

#include <package.hpp>

Inheritance diagram for plugify::Package:
Inheritance graph
[legend]

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).
 

Detailed Description

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.

Member Function Documentation

◆ operator==()

bool plugify::Package::operator== ( const Package rhs) const
inlinenoexcept

Overloaded equality operator for comparing Package instances.

Parameters
rhsThe right-hand side Package for comparison.
Returns
True if the name and type of this instance are equal to those of rhs.

Definition at line 56 of file package.hpp.


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