equal
deleted
inserted
replaced
263 /// \ref named-templ-param "Named parameter" for setting Elevator |
263 /// \ref named-templ-param "Named parameter" for setting Elevator |
264 /// type with automatic allocation. |
264 /// type with automatic allocation. |
265 /// The Elevator should have standard constructor interface to be |
265 /// The Elevator should have standard constructor interface to be |
266 /// able to automatically created by the algorithm (i.e. the |
266 /// able to automatically created by the algorithm (i.e. the |
267 /// digraph and the maximum level should be passed to it). |
267 /// digraph and the maximum level should be passed to it). |
268 /// However an external elevator object could also be passed to the |
268 /// However, an external elevator object could also be passed to the |
269 /// algorithm with the \ref elevator(Elevator&) "elevator()" function |
269 /// algorithm with the \ref elevator(Elevator&) "elevator()" function |
270 /// before calling \ref run() or \ref init(). |
270 /// before calling \ref run() or \ref init(). |
271 /// \sa SetElevator |
271 /// \sa SetElevator |
272 template <typename T> |
272 template <typename T> |
273 struct SetStandardElevator |
273 struct SetStandardElevator |