Antkeeper  0.0.1
Enumerations
ant-subcaste.hpp File Reference
#include <cstdint>

Go to the source code of this file.

Enumerations

enum class  ant_subcaste : std::uint8_t {
  nanitic = 1 , minor , media , major ,
  alate , dealate , ergatoid , brachypterous
}
 Ant subcaste types. More...
 

Enumeration Type Documentation

◆ ant_subcaste

enum ant_subcaste : std::uint8_t
strong

Ant subcaste types.

Enumerator
nanitic 

Worker from the queen's first batch of eggs, smaller than normal workers.

minor 

Small worker or soldier.

media 

Normal-sized worker or soldier.

major 

Large worker or soldier.

alate 

Winged queen or male.

dealate 

Dewinged queen or male.

ergatoid 

Queen or male which does not develop wings.

brachypterous 

Queen or male with short, nonfunctional wings.

Definition at line 28 of file ant-subcaste.hpp.