Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
interval.cpp File Reference
#include "interval.h"
Include dependency graph for interval.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

IntegerInterval hgps::core::parse_integer_interval (const std::string_view &value, const std::string_view delims="-")
 Converts the string representation to its IntegerInterval equivalent.
 
FloatInterval hgps::core::parse_float_interval (const std::string_view &value, const std::string_view delims="-")
 Converts the string representation to its FloatInterval equivalent.
 
DoubleInterval hgps::core::parse_double_interval (const std::string_view &value, const std::string_view delims="-")
 Converts the string representation to its DoubleInterval equivalent.