|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
Type definitions of vectors of herbivore pointers. More...
#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | Fauna |
Typedefs | |
| typedef std::vector< HerbivoreInterface * > | Fauna::HerbivoreVector |
| A list of herbivore interface pointers. More... | |
| typedef std::vector< const HerbivoreInterface * > | Fauna::ConstHerbivoreVector |
| A list of read-only herbivore interface pointers. More... | |
Type definitions of vectors of herbivore pointers.