ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::format::FormatterPythonStyle::PlaceholderAttributesPS Struct Reference

Description:

Set of extended placeholder attributes, needed for this type of formatter in addition to parent's PlaceholderAttributes.

Definition at line 323 of file formatterpythonstyle.inl.

Collaboration diagram for alib::format::FormatterPythonStyle::PlaceholderAttributesPS:
[legend]

Public Field Index:

Substring Conversion
 
int ConversionPos
 The position where the conversion was read. This is set to -1 in resetPlaceholder.
 
int DefaultPrecision
 
int Precision
 The value read from the precision field. This is set to -1 in resetPlaceholder.
 
int PrecisionPos
 The position where the precision was read. This is set to -1 in resetPlaceholder.
 

Field Details:

◆ Conversion

Substring alib::format::FormatterPythonStyle::PlaceholderAttributesPS::Conversion

The portion of the replacement field that represents the conversion specification. This specification is given at the beginning of the replacement field, starting with '!'.

Definition at line 328 of file formatterpythonstyle.inl.

◆ ConversionPos

int alib::format::FormatterPythonStyle::PlaceholderAttributesPS::ConversionPos

The position where the conversion was read. This is set to -1 in resetPlaceholder.

Definition at line 331 of file formatterpythonstyle.inl.

◆ DefaultPrecision

int alib::format::FormatterPythonStyle::PlaceholderAttributesPS::DefaultPrecision

The default precision if not given. This is set to 6 in resetPlaceholder, but is changed when specific.

Definition at line 342 of file formatterpythonstyle.inl.

◆ Precision

int alib::format::FormatterPythonStyle::PlaceholderAttributesPS::Precision

The value read from the precision field. This is set to -1 in resetPlaceholder.

Definition at line 335 of file formatterpythonstyle.inl.

◆ PrecisionPos

int alib::format::FormatterPythonStyle::PlaceholderAttributesPS::PrecisionPos

The position where the precision was read. This is set to -1 in resetPlaceholder.

Definition at line 338 of file formatterpythonstyle.inl.


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