#include <Pipeline.h>
|
| | Pipeline () |
| |
| virtual | ~Pipeline () |
| |
|
Ref< Frontend > | getFrontend () |
| |
|
void | setFrontend (Ref< Frontend > frontend) |
| |
|
Ref< Backend > | getBackend () |
| |
|
void | setBackend (Ref< Backend > backend) |
| |
|
void | run () |
| |
|
void | stop () |
| |
|
virtual bool | injectDependency (Ref< DIObject > obj, std::string key) |
| |
|
|
static Ref< DIObject > | make (Ref< DynObject > config, Ref< DIObject > parent) |
| |
- Todo:
- Write documentation for class Pipeline.
| virtual Pipeline::~Pipeline |
( |
) | |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: