Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
SimpleQueue.cxx
Go to the documentation of this file.
1
34#include "utils/SimpleQueue.hxx"
35
36QMember* const SimpleQueue::PTR_END = nullptr;
Essentially a "next" pointer container.
Definition QMember.hxx:42
static QMember *const PTR_END
Used as a guard for comparing against for the end of the queue.