Antkeeper
0.0.1
|
Gene with a single phene. More...
#include <monophenic-gene.hpp>
Public Attributes | |
std::string | name |
Gene name. More... | |
T | phene |
Phene definition. More... | |
Gene with a single phene.
T | Phene type. |
Definition at line 34 of file monophenic-gene.hpp.
std::string ant::gene::monophenic_gene< T >::name |
Gene name.
Definition at line 37 of file monophenic-gene.hpp.
T ant::gene::monophenic_gene< T >::phene |
Phene definition.
Definition at line 40 of file monophenic-gene.hpp.