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

std::ostream & operator<< (std::ostream &stream, const hgps::core::DataTable &table)
 Output streams operator for DataTable type.
 

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: