|
arsa
2.7
|
#include "irrTypes.h"#include "irrAllocator.h"#include "irrMath.h"#include <stdio.h>#include <string.h>#include <stdlib.h>Go to the source code of this file.
Classes | |
| class | irr::core::string< T, TAlloc > |
| Very simple string class with some useful features. More... | |
| class | irr::core::string< T, TAlloc > |
| Very simple string class with some useful features. More... | |
Namespaces | |
| irr | |
| Everything in the Irrlicht Engine can be found in this namespace. | |
| irr::core | |
| Basic classes such as vectors, planes, arrays, lists, and so on can be found in this namespace. | |
Typedefs | |
| typedef string< c8 > | irr::core::stringc |
| Typedef for character strings. More... | |
| typedef string< wchar_t > | irr::core::stringw |
| Typedef for wide character strings. More... | |
Enumerations | |
| enum | irr::core::eLocaleID { irr::core::IRR_LOCALE_ANSI = 0, irr::core::IRR_LOCALE_GERMAN = 1 } |
Functions | |
| s32 | irr::core::isdigit (s32 c) |
| some standard function ( to remove dependencies ) More... | |
| IRRLICHT_API void | irr::core::utf8ToWchar (const char *in, wchar_t *out, const u64 len) |
| Convert this utf-8-encoded string to the platform's wchar. More... | |
| IRRLICHT_API void | irr::core::wcharToUtf8 (const wchar_t *in, char *out, const u64 len) |
| Convert this wchar string to utf-8. More... | |
1.8.15