fesa-core  5.0.1
fesa::FieldExpression Class Reference

This class extends the SortingExpression in order to know if the context matches a field. More...

#include <FieldExpression.h>

Inheritance diagram for fesa::FieldExpression:
fesa::SortingExpression

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...
 

Detailed Description

This class extends the SortingExpression in order to know if the context matches a field.

Member Function Documentation

bool fesa::FieldExpression::match ( const SortingContext context)
virtual
Returns
true if the expression matches the context

Reimplemented from fesa::SortingExpression.


The documentation for this class was generated from the following files: