|
typedef bool(* | Validator) (const std::string &input, void *data) |
|
|
static bool | NonEmpty (const std::string &input, void *data) |
|
static bool | IsInteger (const std::string &input, void *data) |
|
static bool | IsPositiveInteger (const std::string &input, void *data) |
|
static bool | IsTime (const std::string &input, void *data) |
|
The documentation for this class was generated from the following files: