|
Cupt
|
relation with optional architecture filters More...
#include <cupt/cache/relation.hpp>
Public Member Functions | |
| ArchitecturedRelation (pair< const char *, const char * > input) | |
| constructor More... | |
| ArchitecturedRelation (ArchitecturedRelation &&)=default | |
| ArchitecturedRelation (const ArchitecturedRelation &)=default | |
| ArchitecturedRelation & | operator= (ArchitecturedRelation &&)=default |
| ArchitecturedRelation & | operator= (const ArchitecturedRelation &)=default |
| string | toString () const |
Public Member Functions inherited from cupt::cache::Relation | |
| Relation (pair< const char *, const char * > input) | |
| constructor More... | |
| Relation (Relation &&)=default | |
| Relation (const Relation &)=default | |
| Relation & | operator= (Relation &&)=default |
| Relation & | operator= (const Relation &)=default |
| virtual | ~Relation () |
| destructor | |
| string | toString () const |
| gets the string reprentation | |
| bool | isSatisfiedBy (const string &otherVersionString) const |
| is relation satisfied by otherVersionString More... | |
| bool | operator== (const Relation &other) const |
| operator == More... | |
Public Attributes | |
| vector< string > | architectureFilters |
| vector< vector< string > > | buildProfiles |
Public Attributes inherited from cupt::cache::Relation | |
| string | packageName |
| string | architecture |
| Types::Type | relationType |
| string | versionString |
Additional Inherited Members | |
Protected Member Functions inherited from cupt::cache::Relation | |
| Relation (pair< const char *, const char *> input, char const **end) | |
relation with optional architecture filters
|
explicit |
constructor
Parses input and constructs ArchitecturedRelation from it.
| input | pair of begin iterator and end iterator of stringified architectured relation |
1.8.13