Antkeeper
0.0.1
|
#include <cstdint>
Go to the source code of this file.
Enumerations | |
enum class | ant_gene_type : std::uint8_t { antennae = 1 , body_size , pupa , diet , egg , eyes , foraging_time , founding_mode , gaster , head , larva , legs , mandibles , mesosoma , nest_site , ocelli , pigmentation , pilosity , sculpturing , sting , waist , wings } |
Ant gene types. More... | |
|
strong |
Ant gene types.
Enumerator | |
---|---|
antennae | |
body_size | |
pupa | |
diet | |
egg | |
eyes | |
foraging_time | |
founding_mode | |
gaster | |
head | |
larva | |
legs | |
mandibles | |
mesosoma | |
nest_site | |
ocelli | |
pigmentation | |
pilosity | |
sculpturing | |
sting | |
waist | |
wings |
Definition at line 28 of file ant-gene-type.hpp.