API Documentation
Loading...
Searching...
No Matches
AsciiOptions Class Reference

Storage class for all IO options related to an Ascii file output used by an IOFactory services. More...

#include <AsciiOptions.h>

Collaboration diagram for AsciiOptions:
[legend]

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< TypeInfoparameter_types
 
Buffer< DesignParameter, uint04, ObjectAllocator< false > > parameters
 
bool remove_delimiters_from_data = false
 
uint04 start_line = 0
 
bool write_headers = false
 

Detailed Description

Storage class for all IO options related to an Ascii file output used by an IOFactory services.


that write to Ascii.

Constructor & Destructor Documentation

◆ AsciiOptions()

AsciiOptions ( )
inline

Member Function Documentation

◆ operator!=()

bool operator!= ( const AsciiOptions & options) const
inline

◆ operator==()

bool operator== ( const AsciiOptions & options) const
inline

Member Data Documentation

◆ delimiter

char delimiter = ' '

◆ end_line

uint04 end_line = Constant<uint04>::Max

◆ ignore_white_space

bool ignore_white_space = true

◆ max_decimals

uint04 max_decimals = 8

◆ min_decimals

uint04 min_decimals = 0

◆ parameter_types

Buffer<TypeInfo> parameter_types

◆ parameters

◆ remove_delimiters_from_data

bool remove_delimiters_from_data = false

◆ start_line

uint04 start_line = 0

◆ write_headers

bool write_headers = false

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