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

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)