Go to the source code of this file.
Data Structures |
|
| struct | PAR1MAGIC |
| struct | PAR1FILEHEADER |
| struct | PAR1FILEENTRY |
Defines |
|
| #define | PACKED __attribute__ ((packed)) |
Enumerations |
|
| enum | FILEENTRYSTATUS { INPARITYVOLUME = 1, CHECKED = 2 } |
Functions |
|
| bool | operator== (const PAR1MAGIC &left, const PAR1MAGIC &right) |
| bool | operator!= (const PAR1MAGIC &left, const PAR1MAGIC &right) |
Variables |
|
| struct PAR1MAGIC | PACKED |
| PAR1MAGIC | par1_magic |
| #define PACKED __attribute__ ((packed)) |
Definition at line 27 of file par1fileformat.h.
| enum FILEENTRYSTATUS |
Definition at line 61 of file par1fileformat.h.
| bool operator!= | ( | const PAR1MAGIC & | left, | |
| const PAR1MAGIC & | right | |||
| ) | [inline] |
Definition at line 83 of file par1fileformat.h.
| bool operator== | ( | const PAR1MAGIC & | left, | |
| const PAR1MAGIC & | right | |||
| ) | [inline] |
Definition at line 78 of file par1fileformat.h.
| struct PAR1FILEENTRY PACKED |
| PAR1MAGIC par1_magic |