#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::ensure |
( |
inT32 |
min_capacity | ) |
[inline] |
inT32 STRING::length |
( |
| ) |
const |
BOOL8 STRING::operator!= |
( |
const STRING & |
string | ) |
const |
BOOL8 STRING::operator!= |
( |
const char * |
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 |
const char * STRING::string |
( |
| ) |
const |
The documentation for this class was generated from the following files: