Wt examples
4.10.4
|
#include <stdlib.h>
#include <boost/tokenizer.hpp>
#include <Wt/WAbstractItemModel.h>
#include <Wt/WString.h>
#include "CsvUtil.h"
Go to the source code of this file.
Functions | |
void | readFromCsv (std::istream &f, Wt::WAbstractItemModel *model, int numRows, bool firstLineIsHeaders) |
Utility function that reads a model from a CSV file. | |
void readFromCsv | ( | std::istream & | f, |
Wt::WAbstractItemModel * | model, | ||
int | numRows, | ||
bool | firstLineIsHeaders ) |
Utility function that reads a model from a CSV file.
Definition at line 15 of file CsvUtil.C.