Lumiera  0.pre.03
»edit your freedom«
QueryKey Class Reference

#include "common/query.hpp"

Description

Wrapper for indexing and ordering.

Defines a synthetic totally ordered index value. Implicitly convertible to and from Query instances.

Definition at line 397 of file query.hpp.

Public Member Functions

 QueryKey (Goal::QueryID id, lib::QueryText q)
 
 QueryKey ()
 the empty or bottom query key
 
uint degree () const
 
string display () const
 
bool empty () const
 
string getQueryString () const
 
template<class RES >
 operator Query< RES > () const
 

Friends

size_t hash_value (QueryKey const &q)
 
bool operator< (QueryKey const &q1, QueryKey const &q2)
 
bool operator== (QueryKey const &q1, QueryKey const &q2)
 

Private Attributes

lib::QueryText def_
 
Goal::QueryID id_
 
+ Inheritance diagram for QueryKey:
+ Collaboration diagram for QueryKey:

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