Mapper  0.9.0
API documentation
Classes | Namespaces | Functions
object_query.h File Reference

(9169056 on 6 Feb 2019)

#include <memory>
#include <QCoreApplication>
#include <QMetaType>
#include <QString>
#include <QStringRef>
Include dependency graph for object_query.h:
This graph shows which files directly or indirectly include this file:

Classes

class  OpenOrienteering::ObjectQuery
 Utility to match objects based on tag values. More...
 
struct  OpenOrienteering::ObjectQuery::LogicalOperands
 
struct  OpenOrienteering::ObjectQuery::StringOperands
 
class  OpenOrienteering::ObjectQueryParser
 Utility to construct object queries from text. More...
 

Namespaces

 OpenOrienteering
 

Functions

bool OpenOrienteering::operator== (const ObjectQuery &lhs, const ObjectQuery &rhs)
 
bool OpenOrienteering::operator!= (const ObjectQuery &lhs, const ObjectQuery &rhs)
 
bool OpenOrienteering::operator== (const ObjectQuery::StringOperands &lhs, const ObjectQuery::StringOperands &rhs)
 
bool OpenOrienteering::operator!= (const ObjectQuery::StringOperands &lhs, const ObjectQuery::StringOperands &rhs)