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 (IN std::istream &in, IN std::string &val, IN bool &eol)
void parseCsvStream (IN std::istream &in, IN const VecString &columns, IN csv_callback_fn callback, IN void *context)
 parse a stream of lines containing comma-separated values.

Function Documentation

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

Definition at line 49 of file csv.cpp.