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
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,8 @@ public: ...@@ -152,6 +152,8 @@ public:
CSVIterator<Data> end() { return CSVIterator<Data>(); } CSVIterator<Data> end() { return CSVIterator<Data>(); }
void close() { fileStream.close(); }
std::vector<Data> collect() std::vector<Data> collect()
{ {
std::vector<Data> fileData; std::vector<Data> fileData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment