neoGFX
Cross-platform C++ app/game engine
|
#include <component.hpp>
Public Types | |
typedef ecs_data_type_t< Data > | data_type |
typedef data_type | value_type |
typedef std::vector< value_type > | container_type |
Static Public Attributes | |
static constexpr bool | optional = false |
Definition at line 74 of file component.hpp.
typedef std::vector<value_type> neolib::ecs::detail::crack_component_data< Data >::container_type |
Definition at line 78 of file component.hpp.
typedef ecs_data_type_t<Data> neolib::ecs::detail::crack_component_data< Data >::data_type |
Definition at line 76 of file component.hpp.
typedef data_type neolib::ecs::detail::crack_component_data< Data >::value_type |
Definition at line 77 of file component.hpp.
|
staticconstexpr |
Definition at line 79 of file component.hpp.