|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
| namespace | hgps::core |
| Top-level namespace for Health-GPS Core C++ API. | |
Functions | |
| std::ostream & | hgps::core::operator<< (std::ostream &stream, const Identifier &identifier) |
| void | hgps::core::from_json (const nlohmann::json &j, Identifier &id) |
| core::Identifier | hgps::operator""_id (const char *id, size_t) |
| Allow users to use _id suffix to create Identifier (e.g. "Disease"_id) | |