|
vdr 2.7.9
|
#include <tools.h>
Public Member Functions | |
| 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 |
Private Attributes | |
| unsigned int | id |
| cListObject * | object |
Friends | |
| class | cHashBase |
|
inline |
Definition at line 905 of file tools.h.
References cListObject::cListObject(), and Object().
|
inline |
Definition at line 906 of file tools.h.
References cListObject::cListObject(), and object.
Referenced by cHashObject().
|
friend |
|
private |