Definition GraphicsAdapter.hpp:27
Definition GraphicsAdapterChild.hpp:9
GraphicsAdapter * GetAdapter()
Definition GraphicsAdapterChild.cpp:11
void Init() override
Run the initialization logic of this object. Should be overriden by deriving classes.
Definition GraphicsAdapterChild.cpp:16
T * GetTypedAdapter()
Definition GraphicsAdapterChild.hpp:20
Base class for dynamically allocated objects.
Definition Object.hpp:7