Antkeeper
0.0.1
|
Gene with caste-specific phenes. More...
#include <polyphenic-gene.hpp>
Public Attributes | |
std::string | name |
Gene name. More... | |
std::unordered_map< caste, T > | phenes |
Caste-specific phene definitions. More... | |
Gene with caste-specific phenes.
T | Phene type. |
Definition at line 38 of file polyphenic-gene.hpp.
std::string ant::gene::polyphenic_gene< T >::name |
Gene name.
Definition at line 41 of file polyphenic-gene.hpp.
std::unordered_map<caste, T> ant::gene::polyphenic_gene< T >::phenes |
Caste-specific phene definitions.
Definition at line 44 of file polyphenic-gene.hpp.