fesa-core
4.3.1
|
This class extends the SortingExpression in order to know if the context matches a field. More...
#include <FieldExpression.h>
Public Member Functions | |
bool | match (const SortingContext &context) |
Public Member Functions inherited from fesa::SortingExpression | |
virtual HomogeneousDevColSharedPtrSet | evaluate () |
Sorts the devices according to the expression and returns a Set of homogeneous device sets. | |
Additional Inherited Members | |
Static Public Member Functions inherited from fesa::SortingExpression | |
static std::auto_ptr < SortingExpression > | tryMatch (const SortingContext &sortingContext) |
Factory method.Tries to match the context to all the expressions provided by the framework returning the one which matches it. More... | |
This class extends the SortingExpression in order to know if the context matches a field.
|
virtual |
Reimplemented from fesa::SortingExpression.