|
SRS-control 0.1.4
|
#include <ProtoSerializer.hpp>

Public Member Functions | |
| ProtoSerializer (std::size_t n_lines) | |
| Public Member Functions inherited from srs::process::ProtoSerializerBase< protobuf_deserializer_converter, DataConvertOptions::proto > | |
| ProtoSerializerBase (std::string name, protobuf_deserializer_converter converter, std::size_t n_lines=1) | |
| ProtoSerializerBase & | operator= (const ProtoSerializerBase &)=delete |
| ~ProtoSerializerBase () | |
| auto | operator() (std::size_t line_num) const -> Base::OutputType |
| auto | run (const OutputTo< typename Base::InputType > auto &prev_data_converter, std::size_t line_number) -> Base::RunResult |
| Public Member Functions inherited from srs::process::ConverterTask< Conversion, const proto::Data *, std::string_view > | |
| ConverterTask (std::string_view name, DataConvertOptions prev_convert, std::size_t n_lines=1) | |
| Public Member Functions inherited from srs::process::BaseTask< Input, Output > | |
| BaseTask (std::string_view name, DataConvertOptions prev_convert, std::size_t n_lines=1) | |
| auto | get_n_lines () const -> std::size_t |
| auto | get_required_conversion () const -> DataConvertOptions |
| auto | get_name () const -> std::string_view |
| auto | get_name_str () const -> std::string |
Additional Inherited Members | |
| Public Types inherited from srs::process::ProtoSerializerBase< protobuf_deserializer_converter, DataConvertOptions::proto > | |
| using | Base |
| Public Types inherited from srs::process::BaseTask< Input, Output > | |
| using | InputType = Input |
| using | OutputType = Output |
| using | RunResult = std::expected<OutputType, std::string_view> |
| Static Public Attributes inherited from srs::process::ConverterTask< Conversion, const proto::Data *, std::string_view > | |
| static constexpr auto | converter_type |
Definition at line 69 of file ProtoSerializer.hpp.
|
inlineexplicit |
Definition at line 72 of file ProtoSerializer.hpp.