Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
hgps::input::FileInfo Struct Reference

Information about a data file to be loaded. More...

#include <poco.h>

Public Member Functions

auto operator<=> (const FileInfo &rhs) const =default
 

Public Attributes

std::filesystem::path name
 
std::string format
 
std::string delimiter
 
std::map< std::string, std::string > columns
 

Detailed Description

Information about a data file to be loaded.

Member Function Documentation

◆ operator<=>()

auto hgps::input::FileInfo::operator<=> ( const FileInfo rhs) const
default

Member Data Documentation

◆ columns

std::map<std::string, std::string> hgps::input::FileInfo::columns

◆ delimiter

std::string hgps::input::FileInfo::delimiter

◆ format

std::string hgps::input::FileInfo::format

◆ name

std::filesystem::path hgps::input::FileInfo::name

The documentation for this struct was generated from the following file: