String formatting wrapper for fixed-width integers. More...
#include <sifteo/string.h>
Public Member Functions | |
Fixed (int value, unsigned width, bool leadingZeroes=false) | |
Format 'value' using exactly 'width' characters. More... | |
String formatting wrapper for fixed-width integers.
This is a type which can be used with String's << operator, to format integers with a fixed field width.
|
inline |
Format 'value' using exactly 'width' characters.
If 'leadingZeroes', extra leading characters will be '0', otherwise they will be spaces.
Sifteo SDK v1.1.0 (see all versions)
Last updated Tue Dec 23 2014, by Doxygen