Model Class Template
Typed model that adapts a concrete buffer to the Concept interface. More...
Declaration
Base class
| class | helios::engine::runtime::messaging::command::CommandBuffer::Concept |
Public Constructors Index
template <typename T> | |
| Model (T cmdBuffer) | |
Public Member Functions Index
template <typename T> | |
| void | flush (UpdateContext &updateContext) noexcept override |
template <typename T> | |
| void | init (CommandHandlerRegistry &commandHandlerRegistry, TimerManager &timerManager) noexcept override |
template <typename T> | |
| void | clear () noexcept override |
template <typename T> | |
| void * | underlying () noexcept override |
template <typename T> | |
| const void * | underlying () const noexcept override |
Private Member Attributes Index
template <typename T> | |
| T | cmdBuffer_ |
|
The owned command buffer instance. More... | |
Description
Typed model that adapts a concrete buffer to the Concept interface.
- Template Parameters
-
T The concrete command buffer type.
Definition at line 74 of file CommandBuffer.ixx.
Public Constructors
Model()
| inline explicit |
Definition at line 83 of file CommandBuffer.ixx.
Public Member Functions
clear()
| inline noexcept |
Definition at line 93 of file CommandBuffer.ixx.
flush()
| inline noexcept |
Definition at line 85 of file CommandBuffer.ixx.
init()
| inline noexcept |
Definition at line 89 of file CommandBuffer.ixx.
underlying()
| inline noexcept |
Definition at line 97 of file CommandBuffer.ixx.
underlying()
| inline noexcept |
Definition at line 101 of file CommandBuffer.ixx.
Private Member Attributes
cmdBuffer_
|
The owned command buffer instance.
Definition at line 79 of file CommandBuffer.ixx.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.