Cupt
|
relation with optional architecture filters More...
#include <cupt/cache/relation.hpp>
Public Member Functions | |
ArchitecturedRelation (const string &input) | |
constructor | |
ArchitecturedRelation (pair< string::const_iterator, string::const_iterator > input) | |
constructor | |
ArchitecturedRelation (ArchitecturedRelation &&) | |
ArchitecturedRelation (const ArchitecturedRelation &) | |
ArchitecturedRelation & | operator= (ArchitecturedRelation &&) |
ArchitecturedRelation & | operator= (const ArchitecturedRelation &) |
string | toString () const |
gets the string reprentation | |
![]() | |
Relation (const string &input) | |
constructor | |
Relation (pair< string::const_iterator, string::const_iterator > input) | |
constructor | |
Relation (Relation &&) | |
Relation (const Relation &) | |
Relation & | operator= (Relation &&) |
Relation & | operator= (const Relation &) |
virtual | ~Relation () |
destructor | |
bool | isSatisfiedBy (const string &otherVersionString) const |
is relation satisfied by otherVersionString | |
bool | operator== (const Relation &other) const |
operator == |
Public Attributes | |
vector< string > | architectureFilters |
architecture filters | |
![]() | |
string | packageName |
package name | |
Types::Type | relationType |
relation type | |
string | versionString |
version string |
relation with optional architecture filters
|
explicit |
constructor
Parses input and constructs ArchitecturedRelation from it.
input | stringified architectured relation |
cupt::cache::ArchitecturedRelation::ArchitecturedRelation | ( | pair< string::const_iterator, string::const_iterator > | input | ) |
constructor
Parses input and constructs ArchitecturedRelation from it.
input | pair of begin iterator and end iterator of stringified architectured relation |