8 #ifndef INCLUDED_UHD_UTILS_CSV_HPP
9 #define INCLUDED_UHD_UTILS_CSV_HPP
16 namespace uhd {
namespace csv {
#define UHD_API
Definition: config.h:68
std::vector< row_type > rows_type
Definition: csv.hpp:18
std::vector< std::string > row_type
Definition: csv.hpp:17
UHD_API rows_type to_rows(std::istream &input)
Convert an input stream to csv rows.
Definition: build_info.hpp:13