SORTIE Core C++ Documentation
Public Attributes | List of all members
doubleVal Struct Reference

Structure for holding species-specific double values. More...

#include <DataTypes.h>

Public Attributes

double val
 Value. More...
 
short int code
 Species code. More...
 

Detailed Description

Structure for holding species-specific double values.

An object which does not apply to all species does not need to have data for all species for those data that are species-specific. (Besides, that data may not exist in the first place.) This allows bundling of a value with species code to which it applies.

The naming convention rules are being ignored for these so that they can all use the same internal names - making coding and type-changing easier.

Member Data Documentation

◆ code

short int doubleVal::code

Species code.

◆ val

double doubleVal::val

Value.


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