Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
datatable.h File Reference
#include <algorithm>
#include <memory>
#include <mutex>
#include <optional>
#include <ostream>
#include <unordered_map>
#include <vector>
#include "column.h"
Include dependency graph for datatable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hgps::core::DataTable
 Defines a Datatable for in memory data class. More...
 

Namespaces

 hgps
 Top-level namespace for Health-GPS C++ API.
 
 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. More...
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  stream,
const hgps::core::DataTable table 
)

Output streams operator for DataTable type.

Parameters
streamThe stream to output
tableThe DataTable instance
Returns
The output stream
Here is the call graph for this function: