as_string() const | EString | |
coerce(bool b, EStringPool &pool) | EString | [static] |
coerce(int32 i, EStringPool &pool) | EString | [static] |
coerce(int64 i, EStringPool &pool) | EString | [static] |
coerce(single f, EStringPool &pool) | EString | [static] |
coerce(double f, EStringPool &pool) | EString | [static] |
compare(const EString &other) | EString | |
concat(const EString &other, EStringPool &pool) | EString | |
data() | EString | |
EString() | EString | |
EString(const char *data, unsigned int length) | EString | |
EString(const string &str) | EString | [explicit] |
length() | EString | |
operator!=(const EString &other) | EString | |
operator<(const EString &other) | EString | |
operator<=(const EString &other) | EString | |
operator==(const EString &other) | EString | |
operator>(const EString &other) | EString | |
operator>=(const EString &other) | EString | |
operator[](unsigned int index) const | EString | |
save(const string &str, EStringPool &pool) | EString | [static] |
save(EStringPool &pool) | EString |