2#ifndef __CXVALIDATORS_H__
3#define __CXVALIDATORS_H__
Definition cxValidators.h:11
bool isValidWholeNumStr(const std::string &pNumStr)
Returns whether or not a string contains a valid whole number. A.
std::string intOnKeyValidator(void *theInput, void *clearOnSpace)
Validator for inputs that should only accept integers. This is.
Definition cxValidators.cpp:10
bool isValidFloatingPtNumStr(const std::string &pNumStr)
Returns whether or not a string contains a valid floating-point.
std::string floatingPtOnKeyValidator(void *theInput, void *clearOnSpace)
Validator for inputs that should only accept floating-point.
Definition cxValidators.cpp:137