IT++ Logo

itpp::it_file_base_old::data_header Struct Reference

#include <itpp/base/itfile.h>

List of all members.


Detailed Description

Data header structure.

Definition at line 656 of file 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

Member Data Documentation

uint32_t itpp::it_file_base_old::data_header::hdr_bytes

size variables

Definition at line 661 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 661 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 661 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().


The documentation for this struct was generated from the following file:
SourceForge Logo

Generated on Sun Dec 9 17:30:30 2007 for IT++ by Doxygen 1.5.4