Tesseract
3.02
|
add_str_int(const char *str, int number) | STRING | |
contains(const char c) const | STRING | |
DeSerialize(bool swap, FILE *fp) | STRING | |
ensure(inT32 min_capacity) | STRING | [inline] |
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 index) const | STRING | |
Serialize(FILE *fp) const | STRING | |
size() const | STRING | [inline] |
split(const char c, GenericVector< STRING > *splited) | STRING | |
STRING() | STRING | |
STRING(const STRING &string) | STRING | |
STRING(const char *string) | STRING | |
string() const | STRING | |
truncate_at(inT32 index) | STRING | |
~STRING() | STRING |