Base class for string filter. More...
#include <mi32/getstrf.h>

Public Member Functions | |
| bool | IsValid (const MISTRING &string) |
| bool | MakeValid (MISTRING &string) |
Protected Member Functions | |
| virtual | ~GETSTRINGFILTER ()=0 |
Private Member Functions | |
| virtual bool | v_IsValid (const MISTRING &string) |
| virtual bool | v_MakeValid (MISTRING &string) |
Base class for string filter.
| virtual GETSTRINGFILTER::~GETSTRINGFILTER | ( | ) | [protected, pure virtual] |
| bool GETSTRINGFILTER::IsValid | ( | const MISTRING & | string | ) | [inline] |
Determine if string is valid.
| bool GETSTRINGFILTER::MakeValid | ( | MISTRING & | string | ) | [inline] |
Modify string to make valid.
| virtual bool GETSTRINGFILTER::v_IsValid | ( | const MISTRING & | string | ) | [private, virtual] |
Called by IsValid() to determine if string is valid.
| virtual bool GETSTRINGFILTER::v_MakeValid | ( | MISTRING & | string | ) | [private, virtual] |
Modify string to make valid.
1.6.1