vdr
2.2.0
|
#include <timers.h>
Public Member Functions | |
cSortedTimers (void) | |
![]() | |
cVector (int Allocated=10) | |
virtual | ~cVector () |
const cTimer * & | At (int Index) const |
const const cTimer * & | operator[] (int Index) const |
const cTimer * & | operator[] (int Index) |
int | IndexOf (const const cTimer * &Data) |
int | Size (void) const |
virtual void | Insert (const cTimer * Data, int Before=0) |
bool | InsertUnique (const cTimer * Data, int Before=0) |
virtual void | Append (const cTimer * Data) |
bool | AppendUnique (const cTimer * Data) |
virtual void | Remove (int Index) |
bool | RemoveElement (const const cTimer * &Data) |
virtual void | Clear (void) |
void | Sort (__compar_fn_t Compare) |
cSortedTimers::cSortedTimers | ( | void | ) |
Definition at line 841 of file timers.c.
References cVector< const cTimer * >::Append(), CompareTimers(), cList< T >::First(), cList< T >::Next(), and cVector< const cTimer * >::Sort().