| 309 | // The following Get* functions are common for all implementations, so they're in this base class |
| 310 | |
| 311 | TFeaturesLayoutPtr GetFeaturesLayout() const noexcept { |
| 312 | return CommonData.FeaturesLayout; |
| 313 | } |
| 314 | |
| 315 | EObjectsOrder GetOrder() const { |
| 316 | return CommonData.Order; |
no outgoing calls