#include <string.h>#include <assert.h>#include <iostream.h>Go to the source code of this file.
Data Structures | |
| class | Cstring |
Defines | |
| #define | VALID(x) assert(x) |
| #define | MAX_STRING_LEN 2000 |
| #define | CS_TRUE 1 |
| #define | CS_FALSE 0 |
Typedefs | |
| typedef int | CS_BOOL |
Variables | |
| Ret = (*this + S.str) | |
| #define CS_TRUE 1 |
Definition at line 57 of file cstring.h.
Referenced by Cstring::operator==().
| #define VALID | ( | x | ) | assert(x) |
Definition at line 55 of file cstring.h.
Referenced by Cstring::set().
| return Ret = (*this + S.str) |
Definition at line 197 of file cstring.h.
Referenced by KList< Type >::pure_map().
1.6.1