Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/time/digxel.hpp"
Default / base implementation for Digxel formatting.
This formatter holds an inline buffer of limited size, receiving and caching the textual representation
Definition at line 99 of file digxel.hpp.
Public Member Functions | |
PrintfFormatter (Literal fmt) | |
void | clear () |
bool | empty () |
size_t | maxlen () const |
CBuf | show (NUM val) |
Private Types | |
enum | { bufsiz = len+1 } |
Private Attributes | |
Literal | formatSpec_ |
char | printbuffer_ [bufsiz] |