33#include <NDEVR/DesignParameter.h>
34#include <NDEVR/Buffer.h>
35#include <NDEVR/TypeInfo.h>
Storage class for all IO options related to an Ascii file output used by an IOFactory services that w...
Definition AsciiOptions.h:43
bool remove_delimiters_from_data
Definition AsciiOptions.h:56
char delimiter
Definition AsciiOptions.h:53
uint04 end_line
Definition AsciiOptions.h:50
Buffer< TypeInfo > parameter_types
Definition AsciiOptions.h:48
uint04 start_line
Definition AsciiOptions.h:49
bool operator==(const AsciiOptions &options) const
Definition AsciiOptions.h:57
Buffer< DesignParameter, uint04, ObjectAllocator< false > > parameters
Definition AsciiOptions.h:47
bool ignore_white_space
Definition AsciiOptions.h:55
bool operator!=(const AsciiOptions &options) const
Definition AsciiOptions.h:70
uint04 max_decimals
Definition AsciiOptions.h:51
uint04 min_decimals
Definition AsciiOptions.h:52
AsciiOptions()
Definition AsciiOptions.h:45
bool write_headers
Definition AsciiOptions.h:54
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:96
Defines for a given type (such as sint04, fltp08, UUID, etc) a maximum, minimum, and reserved 'invali...
Definition BaseValues.hpp:233