equal
deleted
inserted
replaced
547 |
547 |
548 ///Next node to be processed. |
548 ///Next node to be processed. |
549 /// |
549 /// |
550 ///\return The next node to be processed or INVALID if the queue is |
550 ///\return The next node to be processed or INVALID if the queue is |
551 /// empty. |
551 /// empty. |
552 Node NextNode() |
552 Node nextNode() |
553 { |
553 { |
554 return _queue_tail<_queue_head?_queue[_queue_tail]:INVALID; |
554 return _queue_tail<_queue_head?_queue[_queue_tail]:INVALID; |
555 } |
555 } |
556 |
556 |
557 ///\brief Returns \c false if there are nodes |
557 ///\brief Returns \c false if there are nodes |