|
OpenSDN source code
|
#include <work_pipeline.h>


Public Member Functions | |
| virtual std::string | Key () const =0 |
| virtual void | Response (std::unique_ptr< ExternalT >)=0 |
| virtual | ~ExternalProcIf () |
Additional Inherited Members | |
Public Types inherited from ExternalBase | |
| typedef boost::function< bool(ExternalBase *)> | Efn |
Static Public Member Functions inherited from ExternalBase | |
| static bool | Incomplete (void *) |
Definition at line 93 of file work_pipeline.h.
|
inlinevirtual |
Definition at line 96 of file work_pipeline.h.
|
pure virtual |
Implemented in WorkProcessor< InputT, SubResultT, ExternalT >.
|
pure virtual |
Implemented in WorkProcessor< InputT, SubResultT, ExternalT >.