Tapkee
CheckedParameter Class Reference

#include <parameter.hpp>

Public Member Functions

 CheckedParameter (Parameter &p)
 
 operator const Parameter & ()
 
template<typename T >
bool is (T v)
 
template<template< class > class F, class Q >
Parametersatisfies (const F< Q > &cond) const
 
template<typename T >
bool operator== (T v)
 

Private Attributes

Parameterparameter
 

Detailed Description

Definition at line 187 of file parameter.hpp.

Constructor & Destructor Documentation

CheckedParameter ( Parameter p)
explicit

Definition at line 192 of file parameter.hpp.

Member Function Documentation

bool is ( v)

Definition at line 202 of file parameter.hpp.

operator const Parameter & ( )

Definition at line 196 of file parameter.hpp.

bool operator== ( v)

Definition at line 217 of file parameter.hpp.

Parameter& satisfies ( const F< Q > &  cond) const

Definition at line 208 of file parameter.hpp.

Member Data Documentation

Parameter& parameter
private

Definition at line 224 of file parameter.hpp.


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