Data header structure. More...
#include <itpp/base/itfile.h>
Public Attributes | |
char | endianity |
0=little, 1=big | |
std::string | name |
data name | |
std::string | type |
data type, e.g. int32, float32, etc. type = "" means deleted | |
uint32_t | hdr_bytes |
uint32_t | data_bytes |
uint32_t | block_bytes |
uint32_t itpp::it_file_base_old::data_header::hdr_bytes |
size variables
Definition at line 678 of file itfile.h.
Referenced by itpp::it_ifile_old::read_data_header(), itpp::it_file_old::remove(), itpp::it_file_old::write_data_header(), and itpp::it_file_old::write_data_header_here().
uint32_t itpp::it_file_base_old::data_header::data_bytes |
size variables
Definition at line 678 of file itfile.h.
Referenced by itpp::it_ifile_old::info(), itpp::it_ifile_old::read_data_header(), itpp::it_file_old::remove(), itpp::it_file_old::write_data_header(), and itpp::it_file_old::write_data_header_here().
uint32_t itpp::it_file_base_old::data_header::block_bytes |
size variables
Definition at line 678 of file itfile.h.
Referenced by itpp::it_ifile_old::read_data_header(), itpp::it_file_old::remove(), itpp::it_ifile_old::seek(), itpp::it_file_old::write_data_header(), and itpp::it_file_old::write_data_header_here().
Generated on Sat Jul 6 2013 10:54:30 for IT++ by Doxygen 1.8.2