#include <fstream>
#include <map>
#include <string>
#include <vector>
#include <boost/algorithm/string/join.hpp>
#include <boost/foreach.hpp>
#include <boost/range/adaptor/map.hpp>
#include <boost/range/algorithm/copy.hpp>
Go to the source code of this file.
Namespaces | |
namespace | bwi_tools |
Functions | |
bool | bwi_tools::writeRecordsAsCSV (const std::string &filename, const std::vector< std::map< std::string, std::string > > &records) |