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 |
RenameOperator (void) | |
~RenameOperator (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) |
Additional Inherited Members | |
Public Types inherited from Operator | |
enum | ProcessResult { OK , BAD , NO , NOTHING , ABORT } |
enum | ParseResult { ACCEPT , REJECT , ERROR , TIMEOUT } |
Definition at line 306 of file operators.h.
RenameOperator | ( | void | ) |
Definition at line 23 of file operator-rename.cc.
~RenameOperator | ( | void | ) |
Definition at line 28 of file operator-rename.cc.
|
virtual |
Implements Operator.
Definition at line 33 of file operator-rename.cc.
|
virtual |
Implements Operator.
Definition at line 39 of file operator-rename.cc.
|
virtual |
Implements Operator.
Definition at line 75 of file operator-rename.cc.
|
virtual |
Implements Operator.
Definition at line 45 of file operator-rename.cc.