| 137 | } |
| 138 | |
| 139 | unsigned Mixer::nextInletPort() const { |
| 140 | return getImpl<detail::Mixer_Impl>()->nextInletPort(); |
| 141 | } |
| 142 | |
| 143 | boost::optional<ModelObject> Mixer::outletModelObject() const { |
| 144 | return getImpl<detail::Mixer_Impl>()->outletModelObject(); |
no outgoing calls
no test coverage detected