plugify 1.2.8
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
plugify::Dependency Class Reference

Public Member Functions

 Dependency (const Dependency &other)
 
 Dependency (Dependency &&other) noexcept
 
Dependencyoperator= (const Dependency &other)
 
Dependencyoperator= (Dependency &&other) noexcept
 
const std::string & GetName () const noexcept
 
const ConstraintGetConstraints () 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
 

Public Attributes

PLUGIFY_ACCESS : struct Impl
 

Detailed Description

Definition at line 15 of file dependency.hpp.

Member Data Documentation

◆ __pad0__

PLUGIFY_ACCESS plugify::Dependency::__pad0__

Definition at line 37 of file dependency.hpp.


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