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 |
void STRING::de_dump |
( |
FILE * |
f |
) |
|
void STRING::dump |
( |
FILE * |
f |
) |
|
inT32 STRING::length |
( |
|
) |
const |
STRING::make_serialise |
( |
STRING |
|
) |
[inline] |
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 |
void STRING::prep_serialise |
( |
|
) |
|
const char * STRING::string |
( |
|
) |
const |
The documentation for this class was generated from the following files: