Handlers
struct Handlers
Container for InputChannel handlers that concern data handling.
Functions
| Name | Description |
|---|---|
| Handlers | Construct with data and end-of-stream handlers - input handler could be specified afterwards |
| Handlers | Construct with input and end-of-stream handlers - data handler could be specified afterwards |
Function Details
Handlers
explicit Handlers(const DataHandler& data, const InputHandler& eos = InputHandler())
Construct with data and end-of-stream handlers - input handler could be specified afterwards
explicit Handlers(const InputHandler& input, const InputHandler& eos = InputHandler())
Construct with input and end-of-stream handlers - data handler could be specified afterwards