Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
QMember Class Reference

Essentially a "next" pointer container. More...

#include <QMember.hxx>

Inheritance diagram for QMember:
AsyncMutex::Token AsyncNotifiableBlock::QueuedBarrier BufferBase Bus< MessageType >::Activity ConfigUpdateListener Executable Selectable openlcb::ConsistEntry openlcb::DatagramClient

Public Member Functions

void init ()
 Initiailize a QMember, in place of a public placement construction.
 

Protected Member Functions

 QMember ()
 Constructor.
 
 ~QMember ()
 Destructor.
 

Protected Attributes

QMembernext
 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
 

Detailed Description

Essentially a "next" pointer container.

Definition at line 41 of file QMember.hxx.

Constructor & Destructor Documentation

◆ QMember()

QMember::QMember ( )
inlineprotected

Constructor.

Definition at line 54 of file QMember.hxx.

◆ ~QMember()

QMember::~QMember ( )
inlineprotected

Destructor.

Definition at line 60 of file QMember.hxx.

Member Function Documentation

◆ init()

void QMember::init ( )
inline

Initiailize a QMember, in place of a public placement construction.

Definition at line 46 of file QMember.hxx.

Friends And Related Symbol Documentation

◆ ActiveTimers

friend class ActiveTimers
friend

ActiveTimers needs to iterate through the queue.

Definition at line 72 of file QMember.hxx.

◆ ExecutorBase

friend class ExecutorBase
friend

ActiveTimers needs to iterate through the queue.

Definition at line 74 of file QMember.hxx.

◆ Q

friend class Q
friend

This class is a helper of Q.

Definition at line 68 of file QMember.hxx.

◆ SimpleQueue

friend class SimpleQueue
friend

This class is a helper of SimpleQueue.

Definition at line 70 of file QMember.hxx.

◆ TimerTest

friend class TimerTest
friend

Definition at line 75 of file QMember.hxx.

Member Data Documentation

◆ next

QMember* QMember::next
protected

pointer to the next member in the queue

Definition at line 65 of file QMember.hxx.


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