Antkeeper  0.0.1
Public Member Functions | Public Attributes | List of all members
ant::genome Struct Reference

Complete set of ant genes. More...

#include <genome.hpp>

Public Member Functions

 genome ()
 Constructs an empty genome. More...
 

Public Attributes

const gene::antennaeantennae
 
const gene::body_sizebody_size
 
const gene::cocooncocoon
 
const gene::dietdiet
 
const gene::eggegg
 
const gene::eyeseyes
 
const gene::foraging_timeforaging_time
 
const gene::founding_modefounding_mode
 
const gene::gastergaster
 
const gene::headhead
 
const gene::larvalarva
 
const gene::legslegs
 
const gene::mandiblesmandibles
 
const gene::mesosomamesosoma
 
const gene::nest_sitenest_site
 
const gene::ocelliocelli
 
const gene::pigmentationpigmentation
 
const gene::pilositypilosity
 
const gene::sculpturingsculpturing
 
const gene::stingsting
 
const gene::waistwaist
 
const gene::wingswings
 

Detailed Description

Complete set of ant genes.

Definition at line 51 of file genome.hpp.

Constructor & Destructor Documentation

◆ genome()

ant::genome::genome ( )

Constructs an empty genome.

Definition at line 24 of file genome.cpp.

Member Data Documentation

◆ antennae

const gene::antennae* ant::genome::antennae

Definition at line 56 of file genome.hpp.

◆ body_size

const gene::body_size* ant::genome::body_size

Definition at line 57 of file genome.hpp.

◆ cocoon

const gene::cocoon* ant::genome::cocoon

Definition at line 58 of file genome.hpp.

◆ diet

const gene::diet* ant::genome::diet

Definition at line 59 of file genome.hpp.

◆ egg

const gene::egg* ant::genome::egg

Definition at line 60 of file genome.hpp.

◆ eyes

const gene::eyes* ant::genome::eyes

Definition at line 61 of file genome.hpp.

◆ foraging_time

const gene::foraging_time* ant::genome::foraging_time

Definition at line 62 of file genome.hpp.

◆ founding_mode

const gene::founding_mode* ant::genome::founding_mode

Definition at line 63 of file genome.hpp.

◆ gaster

const gene::gaster* ant::genome::gaster

Definition at line 64 of file genome.hpp.

◆ head

const gene::head* ant::genome::head

Definition at line 65 of file genome.hpp.

◆ larva

const gene::larva* ant::genome::larva

Definition at line 66 of file genome.hpp.

◆ legs

const gene::legs* ant::genome::legs

Definition at line 67 of file genome.hpp.

◆ mandibles

const gene::mandibles* ant::genome::mandibles

Definition at line 68 of file genome.hpp.

◆ mesosoma

const gene::mesosoma* ant::genome::mesosoma

Definition at line 69 of file genome.hpp.

◆ nest_site

const gene::nest_site* ant::genome::nest_site

Definition at line 70 of file genome.hpp.

◆ ocelli

const gene::ocelli* ant::genome::ocelli

Definition at line 71 of file genome.hpp.

◆ pigmentation

const gene::pigmentation* ant::genome::pigmentation

Definition at line 72 of file genome.hpp.

◆ pilosity

const gene::pilosity* ant::genome::pilosity

Definition at line 73 of file genome.hpp.

◆ sculpturing

const gene::sculpturing* ant::genome::sculpturing

Definition at line 74 of file genome.hpp.

◆ sting

const gene::sting* ant::genome::sting

Definition at line 75 of file genome.hpp.

◆ waist

const gene::waist* ant::genome::waist

Definition at line 76 of file genome.hpp.

◆ wings

const gene::wings* ant::genome::wings

Definition at line 77 of file genome.hpp.


The documentation for this struct was generated from the following files: