Go to the source code of this file.
Data Structures | |
| class | KeyListItem< Type > |
| class | KeyList< Type > |
| class | KHTable< Type > |
Defines | |
| #define | KYL_TRUE 1 |
| #define | KYL_FALSE 0 |
| #define | ListHash(ptr, size) (((unsigned int)(ptr) % (unsigned int)(size))) |
Typedefs | |
| typedef int | KYL_BOOL |
| #define KYL_FALSE 0 |
Definition at line 66 of file keylist.h.
Referenced by KHTable< Type >::add(), KHTable< Type >::addUnique(), KeyList< Type >::append(), KeyList< Type >::car(), KHTable< Type >::find(), KeyList< Type >::inList(), KHTable< Type >::inTable(), KHTable< Type >::operator==(), and KeyList< Type >::prepend().
| #define KYL_TRUE 1 |
Definition at line 65 of file keylist.h.
Referenced by KeyList< Type >::append(), KeyList< Type >::appendUnique(), KeyList< Type >::car(), KHTable< Type >::destroy(), KeyList< Type >::destroy(), KeyList< Type >::find(), KeyList< Type >::inList(), KHTable< Type >::operator==(), KeyList< Type >::prepend(), and KeyList< Type >::prependUnique().
| #define ListHash | ( | ptr, | |||
| size | ) | (((unsigned int)(ptr) % (unsigned int)(size))) |
Definition at line 75 of file keylist.h.
Referenced by HTable< Type >::add(), KHTable< Type >::add(), HTable< Type >::find(), KHTable< Type >::find(), KHTable< Type >::inTable(), and HTable< Type >::remove().
1.6.1