#include <boost/tokenizer.hpp>
#include <boost/lexical_cast.hpp>
#include <Wt/WAbstractItemModel>
#include <Wt/WString>
#include "CsvUtil.h"
#include <iostream>
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. |