OSVR-Core
|
Truly shared base class for all CSV implementations. More...
#include <CSV.h>
Public Types | |
using | DataRow = std::vector< std::string > |
using | column_id = std::size_t |
Public Member Functions | |
column_id | getColumn (std::string const &heading) |
column_id | numColumns () const |
Protected Member Functions | |
void | outputHeaders (std::ostream &os) const |
Truly shared base class for all CSV implementations.