26 #ifndef __TERRALIB_FE_INTERNAL_COMPARISONOPERATORS_H 
   27 #define __TERRALIB_FE_INTERNAL_COMPARISONOPERATORS_H 
   30 #include "../common/Comparators.h" 
   90         void push_back(
const char* c);       
 
  103         const char* operator[](
size_t i) 
const;
 
  111         static const char* findOperator(
const char* o);
 
  114         static void loadValidOperatorList();
 
  117         static void clearValidOperatorList();
 
  130 #endif  // __TERRALIB_FE_INTERNAL_COMPARISONOPERATORS_H 
Configuration flags for the TerraLib Filter Encoding module. 
 
std::vector< const char * > m_comparisonOperators
Optional. 
 
It is used to indicate what types of comparison operators are supported by a service. 
 
static std::set< const char *, te::common::LessCmp< const char * > > sm_validComparisonOperators
The list of valid comparison operators. 
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.