This is the complete list of members for STRING, including all inherited members.
add_str_double(const char *str, double number) | STRING | |
add_str_int(const char *str, int number) | STRING | |
AllocData(int used, int capacity) | STRING | private |
assign(const char *cstr, int len) | STRING | |
c_str() const | STRING | |
contains(const char c) const | STRING | |
data_ | STRING | private |
DeSerialize(bool swap, FILE *fp) | STRING | |
DeSerialize(tesseract::TFile *fp) | STRING | |
DiscardData() | STRING | private |
ensure(int32_t min_capacity) | STRING | inline |
ensure_cstr(int32_t min_capacity) | STRING | private |
FixHeader() const | STRING | private |
GetCStr() | STRING | inlineprivate |
GetCStr() const | STRING | inlineprivate |
GetHeader() | STRING | inlineprivate |
GetHeader() const | STRING | inlineprivate |
InvariantOk() const | STRING | inlineprivate |
length() const | STRING | |
operator!=(const STRING &string) const | STRING | |
operator!=(const char *string) const | STRING | |
operator+(const STRING &string) const | STRING | |
operator+(const char ch) const | STRING | |
operator+=(const char *string) | STRING | |
operator+=(const STRING &string) | STRING | |
operator+=(const char ch) | STRING | |
operator=(const char *string) | STRING | |
operator=(const STRING &string) | STRING | |
operator==(const STRING &string) const | STRING | |
operator[](int32_t index) const | STRING | |
Serialize(FILE *fp) const | STRING | |
Serialize(tesseract::TFile *fp) const | STRING | |
size() const | STRING | inline |
SkipDeSerialize(tesseract::TFile *fp) | STRING | static |
split(const char c, GenericVector< STRING > *splited) | STRING | |
strdup() const | STRING | inline |
string() const | STRING | |
STRING() | STRING | |
STRING(const STRING &string) | STRING | |
STRING(const char *string) | STRING | |
STRING(const char *data, int length) | STRING | |
STRING_HEADER typedef | STRING | private |
truncate_at(int32_t index) | STRING | |
unsigned_size() const | STRING | inline |
~STRING() | STRING |