Describes an element to be formatted to a string.
More...
#include <phbase.h>
Describes an element to be formatted to a string.
Definition at line 3485 of file phbase.h.
The pad character.
Definition at line 3498 of file phbase.h.
The meaning of this field depends on the element type.
For Size, this field specifies the minimum size unit.
Definition at line 3505 of file phbase.h.
The precision of the element.
The meaning of this field depends on the element type. For Double and Size, this field specifies the number of decimal points to include.
Definition at line 3492 of file phbase.h.
The meaning of this field depends on the element type.
For integer types, this field specifies the base to convert the number into. For Size, this field specifies the maximum size unit.
Definition at line 3502 of file phbase.h.
Specifies the type of the element and optional flags.
Definition at line 3488 of file phbase.h.
The width of the element.
This field specifies the minimum number of characters to output. The remaining space is padded with either spaces, zeros, or a custom character.
Definition at line 3496 of file phbase.h.
The documentation for this struct was generated from the following file: