vdr
1.7.27
|
#include <tools.h>
Public Member Functions | |
cHashObject (cListObject *Object, unsigned int Id) | |
cListObject * | Object (void) |
cHashObject (cListObject *Object, unsigned int Id) | |
cListObject * | Object (void) |
Private Attributes | |
unsigned int | id |
cListObject * | object |
Friends | |
class | cHashBase |
Definition at line 568 of file include/vdr/tools.h.
cHashObject::cHashObject | ( | cListObject * | Object, |
unsigned int | Id | ||
) | [inline] |
Definition at line 574 of file include/vdr/tools.h.
cHashObject::cHashObject | ( | cListObject * | Object, |
unsigned int | Id | ||
) | [inline] |
cListObject* cHashObject::Object | ( | void | ) | [inline] |
Definition at line 575 of file include/vdr/tools.h.
cListObject* cHashObject::Object | ( | void | ) | [inline] |
cHashBase [friend] |
Definition at line 569 of file include/vdr/tools.h.
unsigned int cHashObject::id [private] |
Definition at line 571 of file include/vdr/tools.h.
cListObject * cHashObject::object [private] |
Definition at line 572 of file include/vdr/tools.h.