vdr 2.6.1
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)
 
cListObject * Object (void)
 
 cHashObject (cListObject *Object, unsigned int Id)
 
cListObject * Object (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
 
cListObject * Prev (void) const
 
cListObject * Next (void) const
 
 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
 
cListObject * Prev (void) const
 
cListObject * Next (void) const
 

Private Attributes

unsigned int id
 
cListObject * object
 

Friends

class cHashBase
 

Detailed Description

Definition at line 893 of file include/vdr/tools.h.

Constructor & Destructor Documentation

◆ cHashObject() [1/2]

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

Definition at line 899 of file include/vdr/tools.h.

◆ cHashObject() [2/2]

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

Definition at line 899 of file tools.h.

Member Function Documentation

◆ Object() [1/2]

cListObject * cHashObject::Object ( void  )
inline

Definition at line 900 of file include/vdr/tools.h.

◆ Object() [2/2]

cListObject * cHashObject::Object ( void  )
inline

Definition at line 900 of file tools.h.

Friends And Related Function Documentation

◆ cHashBase

cHashBase
friend

Definition at line 894 of file include/vdr/tools.h.

Member Data Documentation

◆ id

unsigned int cHashObject::id
private

Definition at line 896 of file include/vdr/tools.h.

◆ object

cListObject * cHashObject::object
private

Definition at line 897 of file include/vdr/tools.h.


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