vdr
2.6.1
|
#include <remote.h>
Additional Inherited Members | |
![]() | |
cList (const char *NeedsLocking=NULL) | |
const cRemote * | Get (int Index) const |
cRemote * | Get (int Index) |
const cRemote * | First (void) const |
cRemote * | First (void) |
const cRemote * | Last (void) const |
cRemote * | Last (void) |
const cRemote * | Prev (const cRemote *Object) const |
cRemote * | Prev (const cRemote *Object) |
const cRemote * | Next (const cRemote *Object) const |
cRemote * | Next (const cRemote *Object) |
![]() | |
virtual | ~cListBase () |
bool | Lock (cStateKey &StateKey, bool Write=false, int TimeoutMs=0) const |
void | SetSyncStateKey (cStateKey &StateKey) |
void | SetUseGarbageCollector (void) |
void | SetExplicitModify (void) |
void | SetModified (void) |
void | Add (cListObject *Object, cListObject *After=NULL) |
void | Ins (cListObject *Object, cListObject *Before=NULL) |
void | Del (cListObject *Object, bool DeleteObject=true) |
virtual void | Move (int From, int To) |
void | Move (cListObject *From, cListObject *To) |
virtual void | Clear (void) |
bool | Contains (const cListObject *Object) const |
const cListObject * | Get (int Index) const |
cListObject * | Get (int Index) |
int | Count (void) const |
void | Sort (void) |
![]() | |
cListBase (const char *NeedsLocking=NULL) | |
![]() | |
cListObject * | objects |
cListObject * | lastObject |
int | count |
cStateLock | stateLock |
const char * | needsLocking |
bool | useGarbageCollector |