|
vdr 2.8.1
|
#include <timers.h>
Public Member Functions | |
| cSortedTimers (const cTimers *Timers) | |
| Public Member Functions inherited from cVector< const cTimer * > | |
| virtual | ~cVector () |
| const cTimer *& | At (int Index) const |
| const const cTimer *& | operator[] (int Index) const |
| 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, int Count=1) |
| bool | RemoveElement (const const cTimer *&Data) |
| virtual void | Clear (void) |
| void | Sort (__compar_fn_t Compare) |
| cSortedTimers::cSortedTimers | ( | const cTimers * | Timers | ) |
Definition at line 1575 of file timers.c.
References cVector< const cTimer * >::Append(), CompareTimers(), cVector< const cTimer * >::cVector(), cList< T >::First(), cList< T >::Next(), and cVector< const cTimer * >::Sort().