GPAK  1.0.0
A general-purpose archive library

◆ gpak_stage_flag

Brief Description:\n Enumeration representing the stages of the G-PAK archive operations.

This enumeration contains values representing the different stages during which the G-PAK archive operations occur, such as compression and decompression.

Enumerator
GPAK_STAGE_COMPRESSION 

The compression stage of a G-PAK operation.

GPAK_STAGE_DECOMPRESSION 

The decompression stage of a G-PAK operation.

Definition at line 224 of file gpak_data.h.

225 {
226  GPAK_STAGE_COMPRESSION, /**< The compression stage of a G-PAK operation. */
227  GPAK_STAGE_DECOMPRESSION /**< The decompression stage of a G-PAK operation. */
228 };
@ GPAK_STAGE_COMPRESSION
Definition: gpak_data.h:226
@ GPAK_STAGE_DECOMPRESSION
Definition: gpak_data.h:227