#include <bin.h>
Inherits ListNode.
Public Member Functions | |
| BinItem (void *data, int hash, OLECHAR *text1, OLECHAR *text2) | |
| int | Same (int chash, OLECHAR *ctext1, int size1, OLECHAR *ctext2, int size2) |
Public Member Functions inherited from ListNode | |
| ListNode (void) | |
| void | Append (ListNode *node) |
| void | Prepend (ListNode *node) |
| void | Link (ListNode *node) |
| void | Remove (void) |
| ListNode * | Next (void) |
| ListNode * | Prev (void) |
| ListNode * | NextLoop (void) |
| ListNode * | PrevLoop (void) |
| void * | Item (void) |
| void | SetItem (void *item) |
| int | InList (void) |
| int | IsHead (void) |
| int | Priority (void) |
| void | SetPriority (int new_pri) |
Additional Inherited Members | |
Protected Attributes inherited from ListNode | |
| void * | item |
| BinItem::BinItem | ( | void * | data, |
| int | hash, | ||
| OLECHAR * | text1, | ||
| OLECHAR * | text2 ) |
| int BinItem::Same | ( | int | chash, |
| OLECHAR * | ctext1, | ||
| int | size1, | ||
| OLECHAR * | ctext2, | ||
| int | size2 ) |