API Documentation
|
Storage class for all IO options related to an Ascii file output used by an IOFactory services. More...
#include <AsciiOptions.h>
Public Member Functions | |
AsciiOptions () | |
bool | operator!= (const AsciiOptions &options) const |
bool | operator== (const AsciiOptions &options) const |
Public Attributes | |
char | delimiter = ' ' |
uint04 | end_line = Constant<uint04>::Max |
bool | ignore_white_space = true |
uint04 | max_decimals = 8 |
uint04 | min_decimals = 0 |
Buffer< TypeInfo > | parameter_types |
Buffer< DesignParameter, uint04, ObjectAllocator< false > > | parameters |
bool | remove_delimiters_from_data = false |
uint04 | start_line = 0 |
bool | write_headers = false |
Storage class for all IO options related to an Ascii file output used by an IOFactory services.
|
inline |
|
inline |
|
inline |
char delimiter = ' ' |
bool ignore_white_space = true |
uint04 max_decimals = 8 |
uint04 min_decimals = 0 |
Buffer<DesignParameter, uint04, ObjectAllocator<false> > parameters |
bool remove_delimiters_from_data = false |
uint04 start_line = 0 |
bool write_headers = false |