Wt examples
4.3.0
builddir
build
BUILD
wt-4.3.0
examples
charts
CsvUtil.h
Go to the documentation of this file.
1
// This may look like C code, but it's really -*- C++ -*-
2
/*
3
* Copyright (C) 2008 Emweb bv, Herent, Belgium.
4
*
5
* See the LICENSE file for terms of use.
6
*/
7
#ifndef CSV_UTIL_H_
8
#define CSV_UTIL_H_
9
10
#include <iostream>
11
12
namespace
Wt
{
13
class
WAbstractItemModel;
14
}
15
20
23
extern
void
readFromCsv
(std::istream& f,
Wt::WAbstractItemModel
*model,
24
int
numRows = -1,
bool
firstLineIsHeaders =
true
);
25
28
#endif // CSV_UTIL_H_
Wt
Wt::WAbstractItemModel
readFromCsv
void readFromCsv(std::istream &f, std::shared_ptr< WAbstractItemModel > model, int numRows=-1, bool firstLineIsHeaders=true)
Definition:
CsvUtil.C:54
Generated on Thu Mar 26 2020 for
the C++ Web Toolkit (Wt)
by
1.8.17