Centipede 0.0.1
Centipede program
Loading...
Searching...
No Matches
Binary::Config Class Reference

Class for configuring the binary writer class (Binary). More...

#include <binary.hpp>

Public Attributes

std::string out_filename = "output.bin"
 Output binary filename.
uint32_t max_bufferpoint_size = DEFAULT_BUFFER_SIZE
 maximum bufferpoint for an entry.

Detailed Description

Example usage

auto writer =
Binary{ Binary::Config{ .out_filename = "another_output.bin", .max_bufferpoint_size = 1000 } };
Class for configuring the binary writer class (Binary).
Definition binary.hpp:78
Binary()=default
Default constructor.

Definition at line 77 of file binary.hpp.


The documentation for this class was generated from the following file: