Public Member Functions | |
| mximg_Item () | |
Public Attributes | |
| unsigned int | compressed_length |
| unsigned int | data_length |
| unsigned int | name_length |
| unsigned int | offset |
| char | name [255] |
| std::string | fullname |
Definition at line 38 of file mximg.h.
| mx::mximg_Item::mximg_Item | ( | ) |
constructor
Definition at line 31 of file mximg.cpp.
References compressed_length.
00031 { 00032 compressed_length = 0; 00033 data_length = 0; 00034 name_length = 0; 00035 offset = 0; 00036 }
| unsigned int mx::mximg_Item::compressed_length |
all self described variables related to the compressed file:
Definition at line 43 of file mximg.h.
Referenced by mximg_Item(), and mx::mximg_Reader::openArchive().
| std::string mx::mximg_Item::fullname |
the identifier to hold the whole path name for mximg_Writer
Definition at line 47 of file mximg.h.
Referenced by mx::mximg_Writer::addItem().
| char mx::mximg_Item::name[255] |
the name of the item in question
Definition at line 45 of file mximg.h.
Referenced by mx::mximg_Writer::addItem(), and mx::mximg_Reader::openArchive().
1.5.8