Set of extended placeholder attributes, needed for this type of formatter in addition to parent's PlaceholderAttributes.
Definition at line 125 of file formatterjavastyle.inl.
Public Field Index: | |
bool | AlternateForm |
Alternate form given ('#'). | |
bool | ConversionUpper |
Convert to upper case. | |
character | DateTime |
The character after conversion type 't'/'T'. | |
int8_t | DefaultPrecision |
int8_t | Precision |
bool alib::format::FormatterJavaStyle::PlaceholderAttributesJS::AlternateForm |
Alternate form given ('#').
Definition at line 142 of file formatterjavastyle.inl.
bool alib::format::FormatterJavaStyle::PlaceholderAttributesJS::ConversionUpper |
Convert to upper case.
Definition at line 139 of file formatterjavastyle.inl.
character alib::format::FormatterJavaStyle::PlaceholderAttributesJS::DateTime |
The character after conversion type 't'/'T'.
Definition at line 128 of file formatterjavastyle.inl.
int8_t alib::format::FormatterJavaStyle::PlaceholderAttributesJS::DefaultPrecision |
The default precision if not given. This is set to 6
in resetPlaceholder, but is changed when specified.
Definition at line 136 of file formatterjavastyle.inl.
int8_t alib::format::FormatterJavaStyle::PlaceholderAttributesJS::Precision |
The value read from the precision field. This is set to -1
in resetPlaceholder.
Definition at line 132 of file formatterjavastyle.inl.