#include <ustring.h>
|
int | length () const |
|
const char * | get_data () const |
|
| operator const char * () |
|
_FORCE_INLINE_ char * | ptr () |
|
_FORCE_INLINE_ const char * | ptr () const |
|
_FORCE_INLINE_ void | clear () |
|
_FORCE_INLINE_ int | size () const |
|
_FORCE_INLINE_ bool | empty () const |
|
Error | resize (int p_size) |
|
bool | push_back (char p_elem) |
|
void | remove (int p_index) |
|
void | erase (const char &p_val) |
|
void | invert () |
|
int | find (const T_val &p_val) const |
|
void | set (int p_index, char p_elem) |
|
char | get (int p_index) const |
|
char & | operator[] (int p_index) |
|
const char & | operator[] (int p_index) const |
|
Error | insert (int p_pos, const char &p_val) |
|
void | sort_custom () |
|
void | sort () |
|
void | ordered_insert (const char &p_val) |
|
void | operator= (const Vector &p_from) |
|
| Vector (const Vector &p_from) |
|
const char * CharString::get_data |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- /Users/huihoo/Downloads/godot-2.0.4-stable/core/ustring.h
- /Users/huihoo/Downloads/godot-2.0.4-stable/core/ustring.cpp