lemon/elevator.h
changeset 2349 c945f577a66d
parent 2348 5ef61c97bf1b
child 2350 eb371753e814
equal deleted inserted replaced
2:e1f9655a68e9 3:f49b93633962
   221 
   221 
   222     ///Return a highest active level.
   222     ///Return a highest active level.
   223     ///
   223     ///
   224     ///\return the level of the highest active item or -1 if there is no active
   224     ///\return the level of the highest active item or -1 if there is no active
   225     ///item.
   225     ///item.
   226     Item highestActiveLevel() const 
   226     int highestActiveLevel() const 
   227     {
   227     {
   228       return _highest_active;
   228       return _highest_active;
   229     }
   229     }
   230 
   230 
   231     ///Lift the highest active item by one.
   231     ///Lift the highest active item by one.