Antkeeper  0.0.1
Typedefs | Enumerations
ant-nest-site-gene.hpp File Reference
#include "game/ant/genes/ant-gene.hpp"
#include <cstdint>

Go to the source code of this file.

Typedefs

using ant_nest_site_gene = ant_gene< ant_nest_site_phene >
 Ant nest site gene. More...
 

Enumerations

enum class  ant_nest_site_phene : std::uint8_t { hypogeic , arboreal }
 Ant nest site phene. More...
 

Typedef Documentation

◆ ant_nest_site_gene

Ant nest site gene.

Definition at line 36 of file ant-nest-site-gene.hpp.

Enumeration Type Documentation

◆ ant_nest_site_phene

enum ant_nest_site_phene : std::uint8_t
strong

Ant nest site phene.

Enumerator
hypogeic 
arboreal 

Definition at line 29 of file ant-nest-site-gene.hpp.