HomePhorge

Added CSVTupleWriter class, which writes std::tuples in a recursion fashion in…

Referenced Files
None
Subscribers

Description

Added CSVTupleWriter class, which writes std::tuples in a recursion fashion in CSV format in a file.

Details

Auditors
juhasz
Provenance
ewilleggerAuthored on Jun 2 2019, 3:07 PM
ewilleggerPushed on Jun 2 2019, 3:08 PM
Parents
R20:199771d09c9b: Added a short example to show how you could use the CSVIterator. This example…
Branches
Unknown
Tags
Unknown

Event Timeline

juhasz subscribed.
juhasz added inline comments.
/include/rosa/support/csv/CSVWriter.hpp
109

Printing all this information is good for debugging, but it should not be unconditionally printed to the standard output.

Please use the relevant log features, like ROSA_LOG_TRACE_STREAM from rosa/support/log.h instead of std::cout.

This commit now has outstanding concerns.Jun 10 2019, 12:28 PM
All concerns with this commit have now been addressed.Jun 11 2019, 9:23 AM