#include <include/hiker/prv/support/String.h>
Public Member Functions | |
string (const std::string &_other) | |
string (const char *_other, size_type _pos=0, size_type _n=npos) | |
string (const char *_other, size_t _length) | |
string (const string &_other) | |
string () | |
string & | operator<< (const string &_other) |
string & | operator<< (const char *_other) |
string & | operator<< (uint32_t _val) |
string & | operator<< (int32_t _val) |
string & | operator<< (int64_t _val) |
string & | operator<< (uint64_t _val) |
string & | operator= (const string &_other) |
Data Fields | |
utf8_impl | utf8 |
Data Structures | |
class | utf8_impl |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|