|
Tapkee
|
#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 > | |
| Parameter & | satisfies (const F< Q > &cond) const |
| template<typename T > | |
| bool | operator== (T v) |
Private Attributes | |
| Parameter & | parameter |
Definition at line 187 of file parameter.hpp.
|
explicit |
Definition at line 192 of file parameter.hpp.
| bool is | ( | T | v | ) |
Definition at line 202 of file parameter.hpp.
| operator const Parameter & | ( | ) |
Definition at line 196 of file parameter.hpp.
| bool operator== | ( | T | v | ) |
Definition at line 217 of file parameter.hpp.
| Parameter& satisfies | ( | const F< Q > & | cond | ) | const |
Definition at line 208 of file parameter.hpp.
|
private |
Definition at line 224 of file parameter.hpp.