ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
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 337 of file formatterpythonstyle.hpp.

#include <formatterpythonstyle.hpp>

Collaboration diagram for FormatterPythonStyle::PlaceholderAttributesPS:
[legend]

Public Field Index:

Substring Conversion
 
int ConversionPos
 
int DefaultPrecision
 
int Precision
 
int PrecisionPos
 

Field Details:

◆ Conversion

Substring 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 344 of file formatterpythonstyle.hpp.

◆ ConversionPos

int ConversionPos

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

Definition at line 347 of file formatterpythonstyle.hpp.

◆ DefaultPrecision

int DefaultPrecision

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

Definition at line 358 of file formatterpythonstyle.hpp.

◆ Precision

int Precision

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

Definition at line 351 of file formatterpythonstyle.hpp.

◆ PrecisionPos

int PrecisionPos

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

Definition at line 354 of file formatterpythonstyle.hpp.


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