vdr  2.2.0
Public Member Functions | List of all members
cSortedTimers Class Reference

#include <timers.h>

Public Member Functions

 cSortedTimers (void)
 
- Public Member Functions inherited from cVector< const cTimer * >
 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)
 

Detailed Description

Definition at line 138 of file timers.h.

Constructor & Destructor Documentation

cSortedTimers::cSortedTimers ( void  )

The documentation for this class was generated from the following files: