classString 07
| BOOL String::IsEmpty |
( |
|
) |
const [inline] |
|
| String String::Left |
( |
int |
count |
) |
const |
|
| size_t String::length |
( |
|
) |
const [inline] |
|
| String String::Mid |
( |
int |
start, |
|
|
int |
count |
|
) |
const |
|
| String String::NetSharePlaceHolder |
( |
|
) |
const |
|
| String String::NumberFrame |
( |
LONG |
frame |
) |
const |
|
| void String::operator delete |
( |
void * |
ptr |
) |
[inline] |
|
| |
Definition at line 44 of file StrClass.h.
References FreeAct().
Here is the call graph for this function:
|
| void* String::operator new |
( |
size_t |
size |
) |
[inline] |
|
| BOOL String::operator!= |
( |
const String & |
other |
) |
const [inline] |
|
| void String::operator+= |
( |
const String & |
|
) |
|
|
| BOOL String::operator< |
( |
const String & |
|
) |
const |
|
| BOOL String::operator<= |
( |
const String & |
|
) |
const |
|
| String & String::operator= |
( |
const char * |
|
) |
[inline] |
|
| BOOL String::operator== |
( |
const String & |
|
) |
const [inline] |
|