#include <string>
Go to the source code of this file.
Namespaces | |
namespace | alp |
Data Structures | |
class | alp::string |
class | alp::string::utf8_impl |
Functions | |
size_t | alp::utf8_char_len (uint8_t ch) |
uint32_t | alp::utf8_char_to_uint32 (const uint8_t *src, uint32_t length) |
size_t | alp::uint32_to_utf8 (uint32_t _source, uint8_t *_result) |
Convert a uint32 packed wchar32 type to a const char* compatible utf8 string. | |
std::string & | operator<< (std::string &_lhs, const std::string &_other) |
std::string & | operator<< (std::string &_lhs, const char *_other) |
std::string & | operator<< (std::string &_lhs, uint32_t _val) |
std::string & | operator<< (std::string &_lhs, int32_t _val) |
|
|
|
|
|
|
|
|