#include <StringValidation.h>
◆ Validator
typedef bool(* StringValidation::Validator) (const std::string &input, void *data) |
◆ IsInteger()
bool StringValidation::IsInteger |
( |
const std::string & |
input, |
|
|
void * |
data |
|
) |
| |
|
static |
◆ IsPositiveInteger()
bool StringValidation::IsPositiveInteger |
( |
const std::string & |
input, |
|
|
void * |
data |
|
) |
| |
|
static |
◆ IsTime()
bool StringValidation::IsTime |
( |
const std::string & |
input, |
|
|
void * |
data |
|
) |
| |
|
static |
◆ NonEmpty()
static bool StringValidation::NonEmpty |
( |
const std::string & |
input, |
|
|
void * |
data |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following files: