|
MeterLogger
|
Data Fields | |
| char | lz:1 |
| char | alt:1 |
| char | uc:1 |
| char | align_left:1 |
| unsigned int | width |
| char | sign |
| unsigned int | base |
| char * | bf |
Definition at line 74 of file tinyprintf.c.
| char param::align_left |
0 == align right (default), 1 == align left
Definition at line 78 of file tinyprintf.c.
Referenced by putchw(), and tfp_format().
| char param::alt |
alternate form
Definition at line 76 of file tinyprintf.c.
Referenced by putchw(), and tfp_format().
| unsigned int param::base |
number base (e.g.: 8, 10, 16)
Definition at line 81 of file tinyprintf.c.
Referenced by putchw(), tfp_format(), ui2a(), uli2a(), and ulli2a().
| char* param::bf |
Buffer to output
Definition at line 82 of file tinyprintf.c.
Referenced by putchw(), tfp_format(), ui2a(), uli2a(), and ulli2a().
| char param::lz |
| char param::sign |
The sign to display (if any)
Definition at line 80 of file tinyprintf.c.
Referenced by i2a(), li2a(), lli2a(), putchw(), and tfp_format().
| char param::uc |
Upper case (for base16 only)
Definition at line 77 of file tinyprintf.c.
Referenced by putchw(), tfp_format(), ui2a(), uli2a(), and ulli2a().
| unsigned int param::width |
1.8.13