|
| CString (const char *str) |
|
| CString (const CString &str) |
|
void | Empty () |
|
CString & | operator= (const char *str) |
|
CString & | operator= (const CString &str) |
|
CString & | operator+= (const char ch) |
|
CString & | operator+= (const char *str) |
|
CString & | operator+= (const CString &str) |
|
virtual bool | operator!= (char *str) |
|
| operator char * () |
|
| operator const char * () const |
|
char * | GetChar () |
|
int | Find (const char) |
|
|
int | m_nLength |
|
char * | m_pString |
|
The documentation for this class was generated from the following files:
- C:/dev/workspace/versadac_branch/controllerrecorder/scalablerecorder/core/usersecurity/CString.h
- C:/dev/workspace/versadac_branch/controllerrecorder/scalablerecorder/core/usersecurity/CString.cpp