Public Member Functions

Queries::GreaterEqualQuery< MatchFuncArgType, DataFuncArgType, needsConversion > Class Template Reference

a Query implementing >= using a particular value (and an optional tolerance) More...

#include <GreaterEqualQuery.h>

Inheritance diagram for Queries::GreaterEqualQuery< MatchFuncArgType, DataFuncArgType, needsConversion >:
Queries::EqualityQuery< MatchFuncArgType, DataFuncArgType, needsConversion > Queries::Query< MatchFuncArgType, DataFuncArgType, needsConversion >

List of all members.

Public Member Functions

 GreaterEqualQuery ()
 GreaterEqualQuery (DataFuncArgType what)
 constructs with our target value
 GreaterEqualQuery (DataFuncArgType v, DataFuncArgType t)
 constructs with our target value and a tolerance
bool Match (const DataFuncArgType what) const
 returns whether or not we match the argument
Query< MatchFuncArgType,
DataFuncArgType,
needsConversion > * 
copy () const
 returns a copy of this Query

Detailed Description

template<class MatchFuncArgType, class DataFuncArgType = MatchFuncArgType, bool needsConversion = false>
class Queries::GreaterEqualQuery< MatchFuncArgType, DataFuncArgType, needsConversion >

a Query implementing >= using a particular value (and an optional tolerance)

Definition at line 20 of file GreaterEqualQuery.h.


Constructor & Destructor Documentation

template<class MatchFuncArgType, class DataFuncArgType = MatchFuncArgType, bool needsConversion = false>
Queries::GreaterEqualQuery< MatchFuncArgType, DataFuncArgType, needsConversion >::GreaterEqualQuery (  )  [inline]
template<class MatchFuncArgType, class DataFuncArgType = MatchFuncArgType, bool needsConversion = false>
Queries::GreaterEqualQuery< MatchFuncArgType, DataFuncArgType, needsConversion >::GreaterEqualQuery ( DataFuncArgType  what  )  [inline, explicit]
template<class MatchFuncArgType, class DataFuncArgType = MatchFuncArgType, bool needsConversion = false>
Queries::GreaterEqualQuery< MatchFuncArgType, DataFuncArgType, needsConversion >::GreaterEqualQuery ( DataFuncArgType  v,
DataFuncArgType  t 
) [inline]

Member Function Documentation

template<class MatchFuncArgType, class DataFuncArgType = MatchFuncArgType, bool needsConversion = false>
bool Queries::GreaterEqualQuery< MatchFuncArgType, DataFuncArgType, needsConversion >::Match ( const DataFuncArgType  arg  )  const [inline, virtual]

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