Bincimap 2.0.16
Easy Imapping
|
#include <operators.h>
Data Structures | |
class | SearchNode |
Public Member Functions | |
ProcessResult | process (Depot &, Request &) |
virtual ParseResult | parse (Request &) const |
const std::string | getName (void) const |
int | getState (void) const |
SearchOperator (void) | |
~SearchOperator (void) | |
Public Member Functions inherited from Operator | |
virtual ProcessResult | process (Depot &, Request &)=0 |
virtual ParseResult | parse (Request &) const =0 |
virtual int | getState (void) const =0 |
virtual const std::string | getName (void) const =0 |
virtual | ~Operator (void) |
Protected Member Functions | |
ParseResult | expectSearchKey (BincImapParserSearchKey &s_in) const |
Additional Inherited Members | |
Public Types inherited from Operator | |
enum | ProcessResult { OK , BAD , NO , NOTHING , ABORT } |
enum | ParseResult { ACCEPT , REJECT , ERROR , TIMEOUT } |
Definition at line 319 of file operators.h.
SearchOperator | ( | void | ) |
Definition at line 454 of file operator-search.cc.
~SearchOperator | ( | void | ) |
Definition at line 459 of file operator-search.cc.
|
protected |
Definition at line 581 of file operator-search.cc.
|
virtual |
Implements Operator.
Definition at line 464 of file operator-search.cc.
|
virtual |
Implements Operator.
Definition at line 470 of file operator-search.cc.
|
virtual |
Implements Operator.
Definition at line 518 of file operator-search.cc.
|
virtual |
Implements Operator.
Definition at line 476 of file operator-search.cc.