| 353 | public: |
| 354 | |
| 355 | VariableImpl(T const& data, char const* description, VariableState state) |
| 356 | : Variable(description, state), m_Data(data) { } |
| 357 | |
| 358 | virtual Variable* AsVariable() override { return this; } |
| 359 |
nothing calls this directly
no outgoing calls
no test coverage detected