|
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 |
| ListOperator (void) | |
| ~ListOperator (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 Types | |
| enum | MailboxFlags { DIR_SELECT = 0x01 , DIR_MARKED = 0x02 , DIR_NOINFERIORS = 0x04 , DIR_LEAF = 0x08 } |
Protected Attributes | |
| std::map< std::string, unsigned int > | cache |
| time_t | cacheTimeout |
Additional Inherited Members | |
Public Types inherited from Operator | |
| enum | ProcessResult { OK , BAD , NO , NOTHING , ABORT } |
| enum | ParseResult { ACCEPT , REJECT , ERROR , TIMEOUT } |
Definition at line 209 of file operators.h.
|
protected |
| Enumerator | |
|---|---|
| DIR_SELECT | |
| DIR_MARKED | |
| DIR_NOINFERIORS | |
| DIR_LEAF | |
Definition at line 211 of file operators.h.
| ListOperator | ( | void | ) |
Definition at line 30 of file operator-list.cc.
| ~ListOperator | ( | void | ) |
Definition at line 36 of file operator-list.cc.
|
virtual |
Implements Operator.
Definition at line 41 of file operator-list.cc.
|
virtual |
Implements Operator.
Definition at line 47 of file operator-list.cc.
|
virtual |
Implements Operator.
Definition at line 211 of file operator-list.cc.

|
virtual |
Implements Operator.
Definition at line 53 of file operator-list.cc.

|
protected |
Definition at line 218 of file operators.h.
|
protected |
Definition at line 219 of file operators.h.