Base Framework
|
Context of format output stream object. More...
#include <base/string/FormatOutputStream.h>
Public Attributes | |
String | dateFormat |
unsigned int | flags = DEFAULT_FLAGS |
int16 | radixPosition = DEFAULT_RADIX_POSITION |
uint8 | width = DEFAULT_WIDTH |
uint8 | precision = DEFAULT_PRECISION |
Symbols::EndOfLine | endOfLine = DEFAULT_EOL |
Symbols::Base | integerBase = DEFAULT_INTEGER_BASE |
Symbols::Base | realBase = DEFAULT_REAL_BASE |
Symbols::RealStyle | realStyle = DEFAULT_REAL_STYLE |
Symbols::MajorDateFormat | majorDateFormat = DEFAULT_MAJOR_DATE_FORMAT |
Symbols::NamedDateFormat | namedDateFormat = DEFAULT_NAMED_DATE_FORMAT |
Symbols::Justification | justification = DEFAULT_JUSTIFICATION |
Context of format output stream object.
String FormatOutputStream::Context::dateFormat |
The date format.
Symbols::EndOfLine FormatOutputStream::Context::endOfLine = DEFAULT_EOL |
The eol.
unsigned int FormatOutputStream::Context::flags = DEFAULT_FLAGS |
The format flags.
Symbols::Base FormatOutputStream::Context::integerBase = DEFAULT_INTEGER_BASE |
The integer base.
Symbols::Justification FormatOutputStream::Context::justification = DEFAULT_JUSTIFICATION |
Justification within field.
Symbols::MajorDateFormat FormatOutputStream::Context::majorDateFormat = DEFAULT_MAJOR_DATE_FORMAT |
The major date/time format.
Symbols::NamedDateFormat FormatOutputStream::Context::namedDateFormat = DEFAULT_NAMED_DATE_FORMAT |
Selects named subformat.
uint8 FormatOutputStream::Context::precision = DEFAULT_PRECISION |
Specifies the number of digits to be written after the radix character.
int16 FormatOutputStream::Context::radixPosition = DEFAULT_RADIX_POSITION |
The desired radix position.
Symbols::Base FormatOutputStream::Context::realBase = DEFAULT_REAL_BASE |
The floating-point base.
Symbols::RealStyle FormatOutputStream::Context::realStyle = DEFAULT_REAL_STYLE |
The floating-point style.
uint8 FormatOutputStream::Context::width = DEFAULT_WIDTH |
Specifies the field width.