|
LIPH's C++ Codes
|
#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 | |
| liph::csv::csv | ( | std::istream & | is, |
| char | delim = ',' |
||
| ) |
| size_t liph::csv::col_size | ( | ) | const |
| std::string liph::csv::get_col | ( | size_t | n | ) | const |
| std::string liph::csv::get_row | ( | ) |
| liph::csv::operator bool | ( | ) | const |