Public Types | |
enum | filtercomp_t { AND = '&', OR = '|', NOT = '!' } |
enum | filtertype_t { LIKE = '~', EQUAL = '=', LESS = '<', GREATER = '>' } |
Public Member Functions | |
LDAPFilterTokenizer (const std::string &s) | |
bool | get_token (token_t &type) |
bool | eof () const |
void | break_on_reserved (bool v) |
|
|
|
|
|
|
|
|
|
|
|
|