|
|
Ideally, if the contents of a set changes, a filter should not be reconfigured, but only the sets. This is currently not the case, but there is enough structure to allow it.
typedef map<string,Element*> SetMap | SetMap |
SetNotFound (class) | SetNotFound |
SetManager ()
| SetManager |
~SetManager ()
| ~SetManager |
const Element& getSet (const string& setid)
| getSet |
[const]
Return the corresponding ElemSet for the requested set name.
Parameters:
setid | name of set wanted. |
Returns: the ElemSet requested.
void replace_sets (SetMap* sets)
| replace_sets |
Resplace all sets with the given ones. Caller must not delete them.
Parameters:
sets | the new sets that should be used. |
void clear ()
| clear |
Zap all sets.