OSVR-Core
osvr::util::detail::Cell< T, HeaderType > Class Template Reference

Utility class used in conjunction with osvr::util::CSV, to store a single table cell's column header and data value temporarily until it is added to the row. More...

#include <CSV.h>

Detailed Description

template<typename T, typename HeaderType = std::string>
class osvr::util::detail::Cell< T, HeaderType >

Utility class used in conjunction with osvr::util::CSV, to store a single table cell's column header and data value temporarily until it is added to the row.

Construct with the cell() helper functions.


The documentation for this class was generated from the following file: