26#ifndef ROUTING_CLASSIC_STMT_CLOSE_FORWARDER_INCLUDED
27#define ROUTING_CLASSIC_STMT_CLOSE_FORWARDER_INCLUDED
33 using ForwardingProcessor::ForwardingProcessor;
a processor base class with helper functions.
Definition: forwarding_processor.h:38
Definition: classic_stmt_close_forwarder.h:31
Stage stage_
Definition: classic_stmt_close_forwarder.h:48
void stage(Stage stage)
Definition: classic_stmt_close_forwarder.h:42
stdx::expected< Result, std::error_code > process() override
Definition: classic_stmt_close_forwarder.cc:33
stdx::expected< Result, std::error_code > command()
Definition: classic_stmt_close_forwarder.cc:45
Stage
Definition: classic_stmt_close_forwarder.h:35
Stage stage() const
Definition: classic_stmt_close_forwarder.h:43
Definition: expected.h:286