vdr  2.2.0
Public Member Functions | Private Attributes | Friends | List of all members
cHashObject Class Reference

#include <tools.h>

Public Member Functions

 cHashObject (cListObject *Object, unsigned int Id)
 
cListObjectObject (void)
 
- Public Member Functions inherited from cListObject
 cListObject (void)
 
virtual ~cListObject ()
 
virtual int Compare (const cListObject &ListObject) const
 
void Append (cListObject *Object)
 
void Insert (cListObject *Object)
 
void Unlink (void)
 
int Index (void) const
 
cListObjectPrev (void) const
 
cListObjectNext (void) const
 

Private Attributes

unsigned int id
 
cListObjectobject
 

Friends

class cHashBase
 

Detailed Description

Definition at line 645 of file tools.h.

Constructor & Destructor Documentation

cHashObject::cHashObject ( cListObject Object,
unsigned int  Id 
)
inline

Definition at line 651 of file tools.h.

Member Function Documentation

cListObject* cHashObject::Object ( void  )
inline

Definition at line 652 of file tools.h.

Friends And Related Function Documentation

friend class cHashBase
friend

Definition at line 646 of file tools.h.

Member Data Documentation

unsigned int cHashObject::id
private

Definition at line 648 of file tools.h.

cListObject* cHashObject::object
private

Definition at line 649 of file tools.h.


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