
Sort orders by weight. More...
Public Member Functions | |
| SortByWeight (order_t _orders) | |
| Initialize orders. More... | |
| bool | operator() (int i, int j) |
| Sort order. More... | |
Public Attributes | |
| order_t | orders |
| The orders. More... | |
Sort orders by weight.
Definition at line 119 of file steel-mill.cpp.
|
inline |
Initialize orders.
Definition at line 124 of file steel-mill.cpp.
|
inline |
Sort order.
Definition at line 126 of file steel-mill.cpp.
| order_t SortByWeight::orders |
The orders.
Definition at line 122 of file steel-mill.cpp.