|
void | cancel (Alarm &item) |
|
AlarmClock & | operator-- () |
|
bool | isready () const |
|
bool | runready () |
|
bool | runsingle () |
|
bool | runwait () |
|
void | add (Alarm &item) |
|
uint32_t | get (const Alarm &item) const |
|
uint32_t | next () const |
|
Alarm * | first () const |
|
void | correct (uint32_t ticks) |
|
|
| Link (Link *item) |
|
Link * | select () const |
|
void | select (Link *item) |
|
void | append (Link &item) |
|
Link * | ending () const |
|
Link * | unlink () |
|
Link * | remove () |
|
void | detach () |
|
Link * | search (const Link *item) const |
|
void | remove (const Link &item) |
|
Definition at line 32 of file AlarmClock.h.