#include <assert.h>
#include <wchar.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
Namespaces | |
| namespace | pod |
| namespace | utf8 |
| namespace | aux |
Data Structures | |
| class | pod::buffer< T > |
| buffer - in-memory dynamic buffer implementation. More... | |
| class | aux::itoa |
| Integer to string converter. More... | |
| class | aux::itow |
| Integer to wstring converter. More... | |
| class | aux::ftoa |
| Float to string converter. More... | |
| class | aux::ftow |
| Float to wstring converter. More... | |
1.5.1-p1