Functions

csv.cpp File Reference

#include "csv.h"
#include "common/wave_ex.h"
Include dependency graph for csv.cpp:

Go to the source code of this file.

Functions

static bool getNextValue (std::istream &in, std::string &val, bool &eol)
void parseCsvStream (std::istream &in, const VecString &columns, csv_callback_fn callback, void *context)
 parse a stream of lines containing comma-separated values.

Function Documentation

static bool getNextValue ( std::istream &  in,
std::string &  val,
bool &  eol 
) [static]

Definition at line 49 of file csv.cpp.