BloombergLP::bdlcc::MultipriorityQueue_Node::nextPtr

nextPtr overloads

Synopses

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...

Return Value

  • reference to the modifiable pointer to the following node
  • pointer to the following node, or 0 if none