Antkeeper  0.0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Typedefs | Enumerations
ant-founding-mode-gene.hpp File Reference
#include "game/ant/genes/ant-gene.hpp"
#include <cstdint>

Go to the source code of this file.

Typedefs

using ant_founding_mode_gene = ant_gene< ant_founding_mode_phene >
 Ant founding mode gene. More...
 

Enumerations

enum class  ant_founding_mode_phene : std::uint8_t { semi_claustral , claustral , fission }
 Colony founding mode phene. More...
 

Typedef Documentation

◆ ant_founding_mode_gene

Ant founding mode gene.

Definition at line 44 of file ant-founding-mode-gene.hpp.

Enumeration Type Documentation

◆ ant_founding_mode_phene

enum ant_founding_mode_phene : std::uint8_t
strong

Colony founding mode phene.

See also
https://www.antwiki.org/wiki/Colony_Foundation
Enumerator
semi_claustral 

Foraging outside the claustral chamber is required.

claustral 

Foraging outside the claustral chamber is unnecessary.

fission 

Parent colony splits, with a queen taking a portion of the workforce with her.

Definition at line 31 of file ant-founding-mode-gene.hpp.