Antkeeper  0.0.1
Public Attributes | List of all members
ant::phene::diet Struct Reference

Ant diet phene. More...

#include <diet.hpp>

Public Attributes

float seeds
 Preference for eating seeds. More...
 
float ant_brood
 Preference for eating ant brood. More...
 
float arthropod_eggs
 Preference for eating arthropod eggs. More...
 
float nectar
 Preference for eating nectar. More...
 
float fungi
 Preference for eating fungi. More...
 
float carrion
 Preference for eating carrion. More...
 

Detailed Description

Ant diet phene.

Definition at line 29 of file phene/diet.hpp.

Member Data Documentation

◆ ant_brood

float ant::phene::diet::ant_brood

Preference for eating ant brood.

Definition at line 35 of file phene/diet.hpp.

◆ arthropod_eggs

float ant::phene::diet::arthropod_eggs

Preference for eating arthropod eggs.

Definition at line 38 of file phene/diet.hpp.

◆ carrion

float ant::phene::diet::carrion

Preference for eating carrion.

Definition at line 47 of file phene/diet.hpp.

◆ fungi

float ant::phene::diet::fungi

Preference for eating fungi.

Definition at line 44 of file phene/diet.hpp.

◆ nectar

float ant::phene::diet::nectar

Preference for eating nectar.

Definition at line 41 of file phene/diet.hpp.

◆ seeds

float ant::phene::diet::seeds

Preference for eating seeds.

Definition at line 32 of file phene/diet.hpp.


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