Data header structure. More...
#include <itpp/base/itfile.h>
Public Attributes | |
uint64_t | hdr_bytes |
Number of bytes of the header. More... | |
uint64_t | data_bytes |
Number of bytes of the data. More... | |
uint64_t | block_bytes |
Number of bytes of the header + data. More... | |
std::string | name |
Data name. More... | |
std::string | type |
Data type, e.g. int32, float32, etc. type = "" means deleted. More... | |
std::string | desc |
Data description. More... | |
uint64_t itpp::it_file_base::data_header::hdr_bytes |
Number of bytes of the header.
Definition at line 100 of file itfile.h.
Referenced by itpp::it_file::pack(), itpp::it_ifile::read_data_header(), itpp::it_file::remove(), itpp::it_file::write_data_header(), and itpp::it_file::write_data_header_here().
uint64_t itpp::it_file_base::data_header::data_bytes |
Number of bytes of the data.
Definition at line 102 of file itfile.h.
Referenced by itpp::it_ifile::info(), itpp::it_file::pack(), itpp::it_ifile::read_data_header(), itpp::it_file::remove(), itpp::it_file::write_data_header(), and itpp::it_file::write_data_header_here().
uint64_t itpp::it_file_base::data_header::block_bytes |
Number of bytes of the header + data.
Definition at line 104 of file itfile.h.
Referenced by itpp::it_file::pack(), itpp::it_ifile::read_data_header(), itpp::it_file::remove(), itpp::it_ifile::seek(), itpp::it_file::write_data_header(), and itpp::it_file::write_data_header_here().
std::string itpp::it_file_base::data_header::name |
Data name.
Definition at line 106 of file itfile.h.
Referenced by itpp::it_ifile::info(), itpp::it_ifile::read_data_header(), itpp::it_file::remove(), itpp::it_ifile::seek(), itpp::it_file::write_data_header(), and itpp::it_file::write_data_header_here().
std::string itpp::it_file_base::data_header::type |
Data type, e.g. int32, float32, etc. type = "" means deleted.
Definition at line 108 of file itfile.h.
Referenced by itpp::it_ifile::info(), itpp::operator>>(), itpp::it_file::pack(), itpp::it_ifile::read_data_header(), itpp::it_file::remove(), itpp::it_ifile::seek(), itpp::it_file::write_data_header(), and itpp::it_file::write_data_header_here().
std::string itpp::it_file_base::data_header::desc |
Data description.
Definition at line 110 of file itfile.h.
Referenced by itpp::it_ifile::info(), itpp::it_ifile::read_data_header(), itpp::it_file::remove(), itpp::it_file::write_data_header(), and itpp::it_file::write_data_header_here().
Generated on Tue Aug 17 2021 10:59:15 for IT++ by Doxygen 1.9.4