Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
host::detail Namespace Reference

Internal details namespace for private data types and functions. More...

Functions

hc::StringDataTableColumnBuilder parse_string_column (std::string name, std::vector< std::string > &data)
 
hc::IntegerDataTableColumnBuilder parse_int_column (std::string name, std::vector< std::string > &data)
 
hc::FloatDataTableColumnBuilder parse_float_column (std::string name, std::vector< std::string > &data)
 
hc::DoubleDataTableColumnBuilder parse_double_column (std::string name, std::vector< std::string > &data)
 
std::map< std::string, std::size_t > create_fields_index_mapping (const std::vector< std::string > &column_names, const std::vector< std::string > fields)
 

Detailed Description

Internal details namespace for private data types and functions.

Function Documentation

◆ create_fields_index_mapping()

std::map< std::string, std::size_t > host::detail::create_fields_index_mapping ( const std::vector< std::string > &  column_names,
const std::vector< std::string >  fields 
)
Here is the call graph for this function:

◆ parse_double_column()

hc::DoubleDataTableColumnBuilder host::detail::parse_double_column ( std::string  name,
std::vector< std::string > &  data 
)
Here is the caller graph for this function:

◆ parse_float_column()

hc::FloatDataTableColumnBuilder host::detail::parse_float_column ( std::string  name,
std::vector< std::string > &  data 
)
Here is the caller graph for this function:

◆ parse_int_column()

hc::IntegerDataTableColumnBuilder host::detail::parse_int_column ( std::string  name,
std::vector< std::string > &  data 
)
Here is the caller graph for this function:

◆ parse_string_column()

hc::StringDataTableColumnBuilder host::detail::parse_string_column ( std::string  name,
std::vector< std::string > &  data 
)
Here is the call graph for this function:
Here is the caller graph for this function: