ldas-tools-diskcacheAPI  2.6.3
Classes | Public Types | Public Member Functions | List of all members
diskCache::Cache::QueryParams Class Reference

#include <QueryParams.hh>

Classes

class  MissingVariableError
 

Public Types

typedef std::map< std::string, std::string > container_type
 

Public Member Functions

void AddParam (const std::string &Variable, const std::string &Value)
 
const container_typeParams () const
 
const std::string & Value (const std::string &Variable) const
 
void Translate (QueryAnswer &Answer, const Registry &Indexes) const
 Optimize the query. More...
 

Member Typedef Documentation

◆ container_type

typedef std::map< std::string, std::string > diskCache::Cache::QueryParams::container_type

Member Function Documentation

◆ AddParam()

void diskCache::Cache::QueryParams::AddParam ( const std::string &  Variable,
const std::string &  Value 
)
inline

◆ Params()

const QueryParams::container_type & diskCache::Cache::QueryParams::Params ( ) const
inline

◆ Translate()

void diskCache::Cache::QueryParams::Translate ( QueryAnswer Answer,
const Registry Indexes 
) const

Optimize the query.

◆ Value()

const std::string & diskCache::Cache::QueryParams::Value ( const std::string &  Variable) const
inline

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