#include <ustring.h>
Public Member Functions | |
int | length () const |
const char * | get_data () const |
operator const char * () | |
Public Member Functions inherited from Vector< 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 |
STRING