Wt examples
3.7.1
|
#include <stdlib.h>
#include <boost/tokenizer.hpp>
#include <Wt/WAbstractItemModel>
#include <Wt/WString>
#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. More... | |