Antkeeper  0.0.1
Classes | Enumerations
ant::phene Namespace Reference

Classes

struct  antennae
 Ant antennae phene. More...
 
struct  body_size
 Ant body size phene. More...
 
struct  cocoon
 Ant cocoon phene. More...
 
struct  diet
 Ant diet phene. More...
 
struct  egg
 Ant egg phene. More...
 
struct  eyes
 Ant eyes phene. More...
 
struct  foraging_time
 Ant foraging time phene. More...
 
struct  gaster
 Ant gaster phene. More...
 
struct  head
 Ant head phene. More...
 
struct  larva
 Ant larva phene. More...
 
struct  legs
 Ant legs phene. More...
 
struct  mandibles
 Ant mandibles phene. More...
 
struct  mesosoma
 Ant mesosoma phene. More...
 
struct  ocelli
 Ant ocelli phene. More...
 
struct  pigmentation
 Ant pigmentation phene. More...
 
struct  pilosity
 Ant pilosity phene. More...
 
struct  sculpturing
 Ant surface sculpturing phene. More...
 
struct  sting
 Trait that describes the sting of an ant. More...
 
struct  waist
 Trait that describes the waist (petiole plus postpetiole) of an ant. More...
 
struct  wings
 Ant wings phene. More...
 

Enumerations

enum class  founding_mode { semi_claustral , claustral , fission }
 Colony founding mode phene. More...
 
enum class  nest_site { hypogeic , arboreal }
 Colony nest site phene. More...
 

Enumeration Type Documentation

◆ founding_mode

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 phene/founding-mode.hpp.

◆ nest_site

enum ant::phene::nest_site
strong

Colony nest site phene.

Enumerator
hypogeic 
arboreal 

Definition at line 29 of file phene/nest-site.hpp.