Gaia
gaia2::parser::FilterParser Class Reference

The FilterParser class is used to parse filter queries given as strings and create the corresponding Filter instance that can be used on Points. More...

#include <filter.h>

Static Public Member Functions

static Filterparse (const QString &str)
 This method parses a string representing an SQL-like query filter and creates the associated Filter instance. More...
 

Protected Member Functions

FilterparseFilter (const QString &str) const
 

Protected Attributes

void * _lemonParser
 

Static Protected Attributes

static QMutex _parserMutex
 

Detailed Description

The FilterParser class is used to parse filter queries given as strings and create the corresponding Filter instance that can be used on Points.

Member Function Documentation

Filter * gaia2::parser::FilterParser::parse ( const QString &  str)
static

This method parses a string representing an SQL-like query filter and creates the associated Filter instance.

Ownership of the Filter is yielded to the calling function.


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