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

#include <bin.h>

Inherits ListNode.

Public Member Functions

 BinIDItem (void *data, int id)
 
int Same (int id)
 
- 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 75 of file bin.h.

Constructor & Destructor Documentation

◆ BinIDItem()

BinIDItem::BinIDItem ( void * data,
int id )

Definition at line 393 of file bin.cpp.

Member Function Documentation

◆ Same()

int BinIDItem::Same ( int id)

Definition at line 400 of file bin.cpp.


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