Base Framework
Public Attributes | List of all members
FormatOutputStream::Context Class Reference

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
 

Detailed Description

Context of format output stream object.

Member Data Documentation

◆ dateFormat

String FormatOutputStream::Context::dateFormat

The date format.

◆ endOfLine

Symbols::EndOfLine FormatOutputStream::Context::endOfLine = DEFAULT_EOL

The eol.

◆ flags

unsigned int FormatOutputStream::Context::flags = DEFAULT_FLAGS

The format flags.

◆ integerBase

Symbols::Base FormatOutputStream::Context::integerBase = DEFAULT_INTEGER_BASE

The integer base.

◆ justification

Symbols::Justification FormatOutputStream::Context::justification = DEFAULT_JUSTIFICATION

Justification within field.

◆ majorDateFormat

Symbols::MajorDateFormat FormatOutputStream::Context::majorDateFormat = DEFAULT_MAJOR_DATE_FORMAT

The major date/time format.

◆ namedDateFormat

Symbols::NamedDateFormat FormatOutputStream::Context::namedDateFormat = DEFAULT_NAMED_DATE_FORMAT

Selects named subformat.

◆ precision

uint8 FormatOutputStream::Context::precision = DEFAULT_PRECISION

Specifies the number of digits to be written after the radix character.

◆ radixPosition

int16 FormatOutputStream::Context::radixPosition = DEFAULT_RADIX_POSITION

The desired radix position.

◆ realBase

Symbols::Base FormatOutputStream::Context::realBase = DEFAULT_REAL_BASE

The floating-point base.

◆ realStyle

Symbols::RealStyle FormatOutputStream::Context::realStyle = DEFAULT_REAL_STYLE

The floating-point style.

◆ width

uint8 FormatOutputStream::Context::width = DEFAULT_WIDTH

Specifies the field width.