equal
deleted
inserted
replaced
304 /// \ref named-templ-param "Named parameter" for setting Elevator |
304 /// \ref named-templ-param "Named parameter" for setting Elevator |
305 /// type with automatic allocation. |
305 /// type with automatic allocation. |
306 /// The Elevator should have standard constructor interface to be |
306 /// The Elevator should have standard constructor interface to be |
307 /// able to automatically created by the algorithm (i.e. the |
307 /// able to automatically created by the algorithm (i.e. the |
308 /// digraph and the maximum level should be passed to it). |
308 /// digraph and the maximum level should be passed to it). |
309 /// However an external elevator object could also be passed to the |
309 /// However, an external elevator object could also be passed to the |
310 /// algorithm with the \ref elevator(Elevator&) "elevator()" function |
310 /// algorithm with the \ref elevator(Elevator&) "elevator()" function |
311 /// before calling \ref run() or \ref init(). |
311 /// before calling \ref run() or \ref init(). |
312 /// \sa SetElevator |
312 /// \sa SetElevator |
313 template <typename T> |
313 template <typename T> |
314 struct SetStandardElevator |
314 struct SetStandardElevator |