IT++ Logo
Classes | Static Protected Attributes | List of all members
itpp::it_file_base Class Reference

Base class for it_ifile and it_file. More...

#include <itpp/base/itfile.h>

Inheritance diagram for itpp::it_file_base:
itpp::it_ifile itpp::it_file

Classes

struct  data_header
 Data header structure. More...
 
struct  file_header
 File header structure. More...
 

Static Protected Attributes

static char file_magic [4] = { 'I', 'T', '+', '+' }
 IT++ file marker: "IT++". More...
 
static char file_version = 3
 IT++ file version. More...
 

Detailed Description

Base class for it_ifile and it_file.

Definition at line 94 of file itfile.h.

Member Data Documentation

◆ file_magic

char itpp::it_file_base::file_magic = { 'I', 'T', '+', '+' }
staticprotected

IT++ file marker: "IT++".

Definition at line 122 of file itfile.h.

Referenced by itpp::it_ifile::read_check_file_header(), and itpp::it_file::write_file_header().

◆ file_version

char itpp::it_file_base::file_version = 3
staticprotected

IT++ file version.

Definition at line 124 of file itfile.h.

Referenced by itpp::it_ifile::read_check_file_header(), and itpp::it_file::write_file_header().


The documentation for this class was generated from the following files:
SourceForge Logo

Generated on Tue Jan 24 2023 00:00:00 for IT++ by Doxygen 1.9.5