| BaseTask(std::string_view name, DataConvertOptions prev_convert, std::size_t n_lines=1) | srs::process::BaseTask< std::string_view, std::size_t > | inlineexplicit |
| BinaryFile(const std::string &filename, process::DataConvertOptions convert_mode, std::size_t n_lines) | srs::writer::BinaryFile | |
| BinaryFile(const BinaryFile &)=delete | srs::writer::BinaryFile | |
| BinaryFile(BinaryFile &&)=default | srs::writer::BinaryFile | |
| close() | srs::writer::BinaryFile | |
| file_name_ | srs::writer::BinaryFile | private |
| get_filename() const -> const std::string & | srs::writer::BinaryFile | inline |
| get_n_lines() const -> std::size_t | srs::process::BaseTask< std::string_view, std::size_t > | inline |
| get_name() const -> std::string_view | srs::process::BaseTask< std::string_view, std::size_t > | inline |
| get_name_str() const -> std::string | srs::process::BaseTask< std::string_view, std::size_t > | inline |
| get_required_conversion() const -> DataConvertOptions | srs::process::BaseTask< std::string_view, std::size_t > | inline |
| InputType typedef | srs::process::BaseTask< std::string_view, std::size_t > | |
| IsStructType | srs::writer::BinaryFile | static |
| n_lines_ | srs::process::BaseTask< std::string_view, std::size_t > | private |
| name_ | srs::process::BaseTask< std::string_view, std::size_t > | private |
| operator()(std::size_t line_number=0) const -> OutputType | srs::writer::BinaryFile | inline |
| operator=(const BinaryFile &)=delete | srs::writer::BinaryFile | |
| operator=(BinaryFile &&)=default | srs::writer::BinaryFile | |
| output_data_ | srs::writer::BinaryFile | private |
| output_streams_ | srs::writer::BinaryFile | private |
| OutputType typedef | srs::process::BaseTask< std::string_view, std::size_t > | |
| previous_conversion_ | srs::process::BaseTask< std::string_view, std::size_t > | private |
| run(const OutputTo< InputType > auto &prev_data_converter, std::size_t line_number=0) -> RunResult | srs::writer::BinaryFile | inline |
| RunResult typedef | srs::process::BaseTask< std::string_view, std::size_t > | |
| writer_type | srs::process::WriterTask< DataWriterOption::bin, std::string_view, std::size_t > | static |
| WriterTask(std::string_view name, DataConvertOptions prev_convert, std::size_t n_lines=1) | srs::process::WriterTask< DataWriterOption::bin, std::string_view, std::size_t > | inlineexplicit |
| ~BinaryFile() | srs::writer::BinaryFile | |