Skip to content
Snippets Groups Projects
Commit 68724c64 authored by Matteo Pignataro's avatar Matteo Pignataro
Browse files

[CSVReader] Added close file method

parent 44c8f6a8
Branches
Tags
No related merge requests found
......@@ -152,6 +152,8 @@ public:
CSVIterator<Data> end() { return CSVIterator<Data>(); }
void close() { fileStream.close(); }
std::vector<Data> collect()
{
std::vector<Data> fileData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment