v1.1.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Modules Pages
Public Member Functions | List of all members
Sifteo::Fixed Struct Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

Sifteo::Fixed::Fixed ( int  value,
unsigned  width,
bool  leadingZeroes = false 
)
inline

Format 'value' using exactly 'width' characters.

If 'leadingZeroes', extra leading characters will be '0', otherwise they will be spaces.


The documentation for this struct was generated from the following file: