| 
    Health-GPS
    1.2.2.0
    
   Global Health Policy Simulation model (Health-GPS) 
   | 
 
#include "interval.h"Namespaces | |
| hgps | |
| Top-level namespace for Health-GPS C++ API.  | |
| hgps::core | |
| Top-level namespace for Health-GPS Core C++ API.  | |
Functions | |
| IntegerInterval | hgps::core::parse_integer_interval (const std::string_view &value, const std::string_view delims="-") | 
| Converts the string representation to its IntegerInterval equivalent.  More... | |
| FloatInterval | hgps::core::parse_float_interval (const std::string_view &value, const std::string_view delims="-") | 
| Converts the string representation to its FloatInterval equivalent.  More... | |
| DoubleInterval | hgps::core::parse_double_interval (const std::string_view &value, const std::string_view delims="-") | 
| Converts the string representation to its DoubleInterval equivalent.  More... | |