16 #ifndef METADATA_READER_H_INCLUDED 17 #define METADATA_READER_H_INCLUDED 23 #include <unordered_map> 24 #include <boost/asio.hpp> 58 void set_head_row(std::string headRow);
72 std::vector<std::string> heads;
79 std::unordered_map<std::string, std::vector<std::string> > data;
81 boost::asio::io_service ioService;
82 std::string addr, port;
88 #endif // METADATA_READER_H_INCLUDED