34#ifndef _UTILS_QMEMBER_HXX_
35#define _UTILS_QMEMBER_HXX_
75 friend class TimerTest;
Class that manages the list of active timers.
This class implements an execution of tasks pulled off an input queue.
Essentially a "next" pointer container.
void init()
Initiailize a QMember, in place of a public placement construction.
QMember * next
pointer to the next member in the queue
This class implements a linked list "queue" of buffers.
A simple fast single-linked stack class with non-virtual methods.