Antkeeper
0.0.1
|
#include <ant-caste-component.hpp>
Public Attributes | |
ant_caste_type | type {} |
Caste type. More... | |
std::shared_ptr< ant_phenome > | phenome |
Subcaste type. More... | |
Definition at line 27 of file ant-caste-component.hpp.
std::shared_ptr<ant_phenome> ant_caste_component::phenome |
Subcaste type.
Shared pointer to the caste phenome.
Definition at line 36 of file ant-caste-component.hpp.
ant_caste_type ant_caste_component::type {} |
Caste type.
Definition at line 30 of file ant-caste-component.hpp.