|
|
|
|
|
#include <pantheios/inserters/xi.hpp>

Public Types | |
| typedef integer | parent_class_type |
| The parent class type. | |
| typedef xi | class_type |
| This type. | |
Public Member Functions | |
| xi (int i, int width=get_default_width_(sizeof(int))) | |
| Construct from an int. | |
| xi (unsigned int i, int width=get_default_width_(sizeof(unsigned int))) | |
| Construct from an unsigned int. | |
| xi (long i, int width=get_default_width_(sizeof(long))) | |
| Construct from a long. | |
| xi (unsigned long i, int width=get_default_width_(sizeof(unsigned long))) | |
| Construct from an unsigned long. | |
| typedef integer parent_class_type |
The parent class type.
| typedef xi class_type |
| xi | ( | int | i, | |
| int | width = get_default_width_(sizeof(int)) | |||
| ) | [inline, explicit] |
Construct from an int.
| xi | ( | unsigned int | i, | |
| int | width = get_default_width_(sizeof(unsigned int)) | |||
| ) | [inline, explicit] |
Construct from an unsigned int.
| xi | ( | long | i, | |
| int | width = get_default_width_(sizeof(long)) | |||
| ) | [inline, explicit] |
Construct from a long.
| xi | ( | unsigned long | i, | |
| int | width = get_default_width_(sizeof(unsigned long)) | |||
| ) | [inline, explicit] |
Construct from an unsigned long.
|
|
|
| pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 |
|