STRING Class Reference
#include <strngs.h>
List of all members.
Constructor & Destructor Documentation
STRING::STRING |
( |
const STRING & |
string |
) |
|
STRING::STRING |
( |
const char * |
string |
) |
|
Member Function Documentation
void STRING::add_str_int |
( |
const char * |
str, |
|
|
int |
number | |
|
) |
| | |
BOOL8 STRING::contains |
( |
const char |
c |
) |
const |
bool STRING::DeSerialize |
( |
bool |
swap, |
|
|
FILE * |
fp | |
|
) |
| | |
void STRING::ensure |
( |
inT32 |
min_capacity |
) |
[inline] |
inT32 STRING::length |
( |
|
) |
const |
BOOL8 STRING::operator!= |
( |
const char * |
string |
) |
const |
BOOL8 STRING::operator!= |
( |
const STRING & |
string |
) |
const |
STRING STRING::operator+ |
( |
const char |
ch |
) |
const |
STRING & STRING::operator+= |
( |
const char |
ch |
) |
|
STRING & STRING::operator+= |
( |
const char * |
string |
) |
|
STRING & STRING::operator= |
( |
const char * |
string |
) |
|
BOOL8 STRING::operator== |
( |
const STRING & |
string |
) |
const |
char & STRING::operator[] |
( |
inT32 |
index |
) |
const |
bool STRING::Serialize |
( |
FILE * |
fp |
) |
const |
inT32 STRING::size |
( |
|
) |
const [inline] |
const char * STRING::string |
( |
|
) |
const |
void STRING::truncate_at |
( |
inT32 |
index |
) |
|
The documentation for this class was generated from the following files:
- /home/rays/src/opensrc/tesseract-ocr/ccutil/strngs.h
- /home/rays/src/opensrc/tesseract-ocr/ccutil/strngs.cpp