|
Wt examples
4.0.0
|
#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. More... | |
1.8.11