Medial Code Documentation
Loading...
Searching...
No Matches
Data Structures | Functions
medial::io Namespace Reference

io More...

Data Structures

class  ProgramArgs_base
 A basic class wrapper to parse command args has default "h", "help", "debug" and "base_config" for reading all arguments from file and prinring help. More...
 

Functions

void read_codes_file (const string &file_path, vector< string > &tokens)
 reads file with codes name to vector
 
template<class T >
string get_list (const unordered_map< string, T > &ls, const string &delimeter=",")
 
template<class T >
string get_list_op (const unordered_map< T, string > &ls, const string &delimeter=",")
 
template<class ContainerType >
string get_list (const ContainerType &ls, const string &delimeter=",")
 

Detailed Description

io