Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
BinItem Class Reference

#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)
 
ListNodeNext (void)
 
ListNodePrev (void)
 
ListNodeNextLoop (void)
 
ListNodePrevLoop (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
 

Detailed Description

Definition at line 30 of file bin.h.

Constructor & Destructor Documentation

◆ BinItem()

BinItem::BinItem ( void * data,
int hash,
OLECHAR * text1,
OLECHAR * text2 )

Definition at line 201 of file bin.cpp.

Member Function Documentation

◆ Same()

int BinItem::Same ( int chash,
OLECHAR * ctext1,
int size1,
OLECHAR * ctext2,
int size2 )

Definition at line 225 of file bin.cpp.


The documentation for this class was generated from the following files: