Go to the source code of this file.
Data Structures | |
| class | KListItem< Type > |
| class | KList< Type > |
Defines | |
| #define | KL_TRUE 1 |
| #define | KL_FALSE 0 |
Typedefs | |
| typedef int | KL_BOOL |
| #define KL_FALSE 0 |
Definition at line 67 of file klist.h.
Referenced by KList< Type >::append(), KList< Type >::car(), and KList< Type >::prepend().
| #define KL_TRUE 1 |
Definition at line 66 of file klist.h.
Referenced by KList< Type >::append(), KList< Type >::appendUnique(), KList< Type >::car(), KList< Type >::destroy(), KList< Type >::find(), KList< Type >::prepend(), and KList< Type >::prependUnique().
1.6.1