DirtyComponentSpec Struct Template
Template for dirty component specifications. More...
Declaration
template <typename TComponent>
struct helios::ecs::components::DirtyComponentSpec<TComponent> { ... }
Public Member Typedefs Index
template <typename TComponent> | |
| using | Component_type = TComponent |
template <typename TComponent> | |
| using | Handle_type = typename TComponent::Handle_type |
Description
Template for dirty component specifications.
- Template Parameters
-
TComponent The component type that is marked as dirty.
Definition at line 17 of file DirtyComponentSpec.ixx.
Public Member Typedefs
Component_type
template <typename TComponent>
|
Definition at line 19 of file DirtyComponentSpec.ixx.
19 using Component_type = TComponent;
Handle_type
template <typename TComponent>
|
Definition at line 21 of file DirtyComponentSpec.ixx.
21 using Handle_type = typename TComponent::Handle_type;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.