|
Open Model Railroad Network (OpenMRN)
|
Essentially a "next" pointer container. More...
#include <QMember.hxx>
Public Member Functions | |
| void | init () |
| Initiailize a QMember, in place of a public placement construction. | |
Protected Member Functions | |
| QMember () | |
| Constructor. | |
| ~QMember () | |
| Destructor. | |
Protected Attributes | |
| QMember * | next |
| pointer to the next member in the queue | |
Friends | |
| class | Q |
| This class is a helper of Q. | |
| class | SimpleQueue |
| This class is a helper of SimpleQueue. | |
| class | ActiveTimers |
| ActiveTimers needs to iterate through the queue. | |
| class | ExecutorBase |
| ActiveTimers needs to iterate through the queue. | |
| class | TimerTest |
Essentially a "next" pointer container.
Definition at line 41 of file QMember.hxx.
|
inlineprotected |
Constructor.
Definition at line 54 of file QMember.hxx.
|
inlineprotected |
Destructor.
Definition at line 60 of file QMember.hxx.
|
inline |
Initiailize a QMember, in place of a public placement construction.
Definition at line 46 of file QMember.hxx.
|
friend |
ActiveTimers needs to iterate through the queue.
Definition at line 72 of file QMember.hxx.
|
friend |
ActiveTimers needs to iterate through the queue.
Definition at line 74 of file QMember.hxx.
|
friend |
This class is a helper of Q.
Definition at line 68 of file QMember.hxx.
|
friend |
This class is a helper of SimpleQueue.
Definition at line 70 of file QMember.hxx.
|
friend |
Definition at line 75 of file QMember.hxx.
|
protected |
pointer to the next member in the queue
Definition at line 65 of file QMember.hxx.