#include <ProtoDelimSerializer.hpp>
Public Member Functions | |
ProtoDelimSerializer (asio::thread_pool &thread_pool) | |
![]() | |
ProtoSerializerBase (asio::thread_pool &thread_pool, std::string name, decltype(protobuf_delim_deserializer_converter) converter) | |
auto | data () const -> std::string_view |
![]() | |
DataConverterBase (auto coro) | |
auto | create_future (this auto &&self, InputFuture &pre_fut, writer::Manager &writers) -> OutputFuture |
Static Public Attributes | |
static constexpr auto | ConverterOption = std::array{ proto_frame } |
Additional Inherited Members | |
![]() | |
using | InputType |
using | OutputType |
using | InputFuture |
using | OutputFuture |
using | CoroType |
Definition at line 31 of file ProtoDelimSerializer.hpp.
|
inlineexplicit |
Definition at line 34 of file ProtoDelimSerializer.hpp.
|
staticconstexpr |
Definition at line 38 of file ProtoDelimSerializer.hpp.