OpenASIP
2.0
|
#include <SuperSet.hh>
Public Member Functions | |
SuperSet (const EntryKeyFieldProperty *type) | |
virtual | ~SuperSet () |
Public Member Functions inherited from SelectSet<&EntryKeyField::isGreater, &EntryKeyField::isSmaller > | |
SelectSet (const EntryKeyFieldProperty *type) | |
virtual | ~SelectSet () |
virtual void | quickFilter (const CostDBEntryKey &searchKey, CostDBTypes::EntryTable &components) |
virtual void | filter (const CostDBEntryKey &, CostDBTypes::EntryTable &components) |
Public Member Functions inherited from Matcher | |
Matcher (const EntryKeyFieldProperty *type) | |
virtual | ~Matcher () |
Private Member Functions | |
SuperSet (const SuperSet &) | |
Copying not allowed. More... | |
SuperSet & | operator= (const SuperSet &) |
Assignment not allowed. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Matcher | |
const EntryKeyFieldProperty * | fieldType () const |
bool | onlyThisFieldDiffers (const EntryKeyFieldProperty *type, const CostDBEntry &entry1, const CostDBEntry &entry2) const |
Implementation for searching database entries that have greater value or a superset of the search key in the requested field. In addition, equal values are accepted.
Definition at line 46 of file SuperSet.hh.
SuperSet::SuperSet | ( | const EntryKeyFieldProperty * | type | ) |
|
virtual |
|
private |
Copying not allowed.