libcamgm
Classes | Namespaces
ValueIntCheck.hpp File Reference

Implements an integer range check. More...

#include <ca-mgm/config.h>
#include <ca-mgm/CommonData.hpp>
#include <ca-mgm/ValueCheck.hpp>
#include <ca-mgm/String.hpp>

Go to the source code of this file.

Classes

class  ca_mgm::ValueIntCheck
 Integer range value check. More...
 

Namespaces

 ca_mgm
 

Detailed Description

Implements an integer range check.

Todo:
Any idea how to implement this as template class like ValueRangeCheck<Int64>(min, max) inclusive a proper differentiation of the string conversion function... value.toUInt64() vs. value.toInt64() ?