Set of extended placeholder attributes, needed for this type of formatter in addition to parent's PlaceholderAttributes.
Definition at line 331 of file formatterpythonstyle.hpp.
#include <formatterpythonstyle.hpp>
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. | |
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 336 of file formatterpythonstyle.hpp.
int ConversionPos |
The position where the conversion was read. This is set to -1
in resetPlaceholder.
Definition at line 339 of file formatterpythonstyle.hpp.
int DefaultPrecision |
The default precision if not given. This is set to 6
in resetPlaceholder, but is changed when specific.
Definition at line 350 of file formatterpythonstyle.hpp.
int Precision |
The value read from the precision field. This is set to -1
in resetPlaceholder.
Definition at line 343 of file formatterpythonstyle.hpp.
int PrecisionPos |
The position where the precision was read. This is set to -1
in resetPlaceholder.
Definition at line 346 of file formatterpythonstyle.hpp.