| 313 | Weight GetWeight() const { return m_weight; } |
| 314 | LineId GetLineId() const { return m_lineId; } |
| 315 | bool GetTransfer() const { return m_flags.m_transfer; } |
| 316 | std::vector<ShapeId> const & GetShapeIds() const { return m_shapeIds; } |
| 317 | |
| 318 | private: |
no outgoing calls
no test coverage detected