Drizzled Public API Documentation

drizzled::constrained_check< T, MAXVAL, MINVAL, ALIGN > Class Template Reference
Inheritance diagram for drizzled::constrained_check< T, MAXVAL, MINVAL, ALIGN >:
drizzled::constrained_value< T >

Public Member Functions

 constrained_check (T in_value=0)
 
 operator T () const
 
get () const
 
void setVal (T in_val)
 

Protected Member Functions

constrained_value< T > & set_value (const constrained_value< T > &rhs)
 
constrained_value< T > & set_value (T rhs)
 

Detailed Description

template<class T, T MAXVAL, T MINVAL, unsigned int ALIGN = 1>
class drizzled::constrained_check< T, MAXVAL, MINVAL, ALIGN >

Definition at line 169 of file constrained_value.h.


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