class Poco::Util::IntValidator
Overview
The IntValidator tests whether the option argument, which must be an integer, lies within a given range. More…
#include <IntValidator.h> class IntValidator: public Poco::Util::Validator { public: // construction IntValidator( int min, int max ); // methods virtual void validate( const Option& option, const std::string& value ); };
Detailed Documentation
The IntValidator tests whether the option argument, which must be an integer, lies within a given range.