Nano v1.0.0
Simulating Natural Selection
statistics_store.h File Reference
#include "pch_dal.h"
#include "simulation_data.h"

Go to the source code of this file.

Classes

class  ss::dal::StatisticsStore
 

Namespaces

namespace  ss
 
namespace  ss::dal
 
namespace  ss::types
 

Typedefs

using json = nlohmann::json
 

Functions

void ss::types::to_json (json &j, const ss::types::Trait &trait)
 
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::from_json (const json &j, ss::types::Cycle &cycle)
 

Typedef Documentation

◆ json

using json = nlohmann::json