Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
identifier.cpp File Reference
#include "identifier.h"
#include "string_util.h"
#include <algorithm>
#include <stdexcept>
Include dependency graph for identifier.cpp:

Namespaces

 hgps
 Top-level namespace for Health-GPS C++ API.
 
 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)
 
void hgps::core::from_json (const nlohmann::json &j, std::map< Identifier, double > &map)