Nano v1.0.0
Simulating Natural Selection
|
Classes | |
struct | Cycle |
A struct holding the data for a cycle. More... | |
struct | fVec2 |
struct | SimulationInfo |
A struct holding the data for a simulation. More... | |
struct | Trait |
A struct holding the data for a trait. More... | |
Enumerations | |
enum class | EntityTarget { SEARCHINGFOOD , GOINGFOOD , GOINGHOME , IDLE } |
Functions | |
void | to_json (json &j, const ss::types::Trait &trait) |
void | from_json (const json &j, ss::types::Trait &trait) |
void | to_json (json &j, const ss::types::Cycle &cycle) |
void | from_json (const json &j, ss::types::Cycle &cycle) |
|
strong |
void ss::types::from_json | ( | const json & | j, |
ss::types::Cycle & | cycle | ||
) |
void ss::types::from_json | ( | const json & | j, |
ss::types::Trait & | trait | ||
) |
void ss::types::to_json | ( | json & | j, |
const ss::types::Cycle & | cycle | ||
) |
void ss::types::to_json | ( | json & | j, |
const ss::types::Trait & | trait | ||
) |