nux-1.16.0
|
Public Types | |
enum | State { Invalid = 0, Intermediate, Acceptable } |
Public Member Functions | |
virtual Validator * | Clone () const =0 |
virtual Validator::State | Validate (const TCHAR *str) const |
virtual void | Alternative (const TCHAR *str) |
Protected Member Functions | |
bool | InitRegExp () |
Protected Attributes | |
NString | _regexp_str |
pcre * | _regexp |
Definition at line 35 of file Validator.h.