nextPtr overloads
Declared in <bdlcc_multipriorityqueue.h>
Return a reference to the modifiable pointer to the node following this node on the linked list.
MultipriorityQueue_Node<TYPE>*&
nextPtr();
» more...
Return a pointer to the non-modifiable node following this node on the linked list, or 0 if this node has no successor.
MultipriorityQueue_Node<TYPE> const*
nextPtr() const;
» more...