LIPH's C++ Codes
liph::csv Class Reference

#include <csv.h>

Public Member Functions

 csv (std::istream &is, char delim=',')
 
std::string get_row ()
 
size_t col_size () const
 
std::string get_col (size_t n) const
 
 operator bool () const
 

Constructor & Destructor Documentation

◆ csv()

liph::csv::csv ( std::istream &  is,
char  delim = ',' 
)

Member Function Documentation

◆ col_size()

size_t liph::csv::col_size ( ) const

◆ get_col()

std::string liph::csv::get_col ( size_t  n) const

◆ get_row()

std::string liph::csv::get_row ( )

◆ operator bool()

liph::csv::operator bool ( ) const

The documentation for this class was generated from the following files: