IODA Bundle
|
Classes | |
struct | DecodeColumn |
Public Member Functions | |
odc_decoder_t () | |
Public Attributes | |
size_t | nrows |
std::vector< std::string > | columnNames |
std::vector< DecodeColumn > | columnData |
size_t | dataWidth |
size_t | dataHeight |
void * | externalData |
bool | columnMajor |
std::unique_ptr< char > | ownedData |
Definition at line 40 of file api/odc.cc.
|
inline |
Definition at line 49 of file api/odc.cc.
std::vector<DecodeColumn> odc_decoder_t::columnData |
Definition at line 53 of file api/odc.cc.
bool odc_decoder_t::columnMajor |
Definition at line 58 of file api/odc.cc.
std::vector<std::string> odc_decoder_t::columnNames |
Definition at line 52 of file api/odc.cc.
size_t odc_decoder_t::dataHeight |
Definition at line 56 of file api/odc.cc.
size_t odc_decoder_t::dataWidth |
Definition at line 55 of file api/odc.cc.
void* odc_decoder_t::externalData |
Definition at line 57 of file api/odc.cc.
size_t odc_decoder_t::nrows |
Definition at line 51 of file api/odc.cc.
std::unique_ptr<char> odc_decoder_t::ownedData |
Definition at line 60 of file api/odc.cc.