lemon/bfs.h
changeset 1694 6d81e6f7a88d
parent 1665 fdeb961110ac
child 1709 a323456bf7c8
equal deleted inserted replaced
5:bf1992d29ff6 6:e966c7858713
   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