MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / VariableImpl

Method VariableImpl

src/engine/ConsoleObjects.cpp:355–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected