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 &&) | |
| string | toString () const |
| gets the string reprentation | |
Public Attributes | |
| vector< string > | architectureFilters |
| architecture filters | |
relation with optional architecture filters
| cupt::cache::ArchitecturedRelation::ArchitecturedRelation | ( | const string & | input | ) | [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 |
1.7.6.1