Bincimap 2.0.16
Easy Imapping
|
#include <operators.h>
Public Member Functions | |
ProcessResult | process (Depot &, Request &) |
virtual ParseResult | parse (Request &) const |
const std::string | getName (void) const |
int | getState (void) const |
FetchOperator (void) | |
~FetchOperator (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 | expectSectionText (BincImapParserFetchAtt &f_in) const |
ParseResult | expectSection (BincImapParserFetchAtt &f_in) const |
ParseResult | expectFetchAtt (BincImapParserFetchAtt &f_in) const |
ParseResult | expectOffset (BincImapParserFetchAtt &f_in) const |
ParseResult | expectHeaderList (BincImapParserFetchAtt &f_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 158 of file operators.h.
FetchOperator | ( | void | ) |
Definition at line 57 of file operator-fetch.cc.
~FetchOperator | ( | void | ) |
Definition at line 62 of file operator-fetch.cc.
|
protected |
Definition at line 603 of file operator-fetch.cc.
|
protected |
Definition at line 536 of file operator-fetch.cc.
|
protected |
Definition at line 567 of file operator-fetch.cc.
|
protected |
Definition at line 485 of file operator-fetch.cc.
|
protected |
Definition at line 450 of file operator-fetch.cc.
|
virtual |
Implements Operator.
Definition at line 67 of file operator-fetch.cc.
|
virtual |
Implements Operator.
Definition at line 73 of file operator-fetch.cc.
|
virtual |
Implements Operator.
Definition at line 383 of file operator-fetch.cc.
|
virtual |
Implements Operator.
Definition at line 79 of file operator-fetch.cc.