|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#include <algorithm>#include <memory>#include <mutex>#include <optional>#include <ostream>#include <unordered_map>#include <vector>#include "column.h"Go to the source code of this file.
Classes | |
| class | hgps::core::DataTable |
| Defines a Datatable for in memory data class. More... | |
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 & | operator<< (std::ostream &stream, const hgps::core::DataTable &table) |
| Output streams operator for DataTable type. | |
| std::ostream & operator<< | ( | std::ostream & | stream, |
| const hgps::core::DataTable & | table | ||
| ) |
Output streams operator for DataTable type.
| stream | The stream to output |
| table | The DataTable instance |