Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
#include <functional>
#include <ostream>
#include <string>
#include "nlohmann/json.hpp"
Go to the source code of this file.
Classes | |
struct | hgps::core::Identifier |
Entity unique identifier data type. More... | |
struct | std::hash< hgps::core::Identifier > |
Hash code function for Identifier type to be used in unordered containers. More... | |
Namespaces | |
hgps | |
Top-level namespace for Health-GPS C++ API. | |
hgps::core | |
Top-level namespace for Health-GPS Core C++ API. | |
std | |
Global namespace. | |
Functions | |
void | hgps::core::from_json (const nlohmann::json &j, Identifier &id) |
void | hgps::core::from_json (const nlohmann::json &j, std::map< Identifier, double > &map) |