NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Enumerations
lz4frame_static.h File Reference
#include "lz4frame.h"

Go to the source code of this file.

Macros

#define LZ4F_LIST_ERRORS(ITEM)
 
#define LZ4F_GENERATE_ENUM(ENUM)   ENUM,
 

Enumerations

enum  LZ4F_errorCodes { LZ4F_LIST_ERRORS =(LZ4F_GENERATE_ENUM) }
 

Macro Definition Documentation

#define LZ4F_GENERATE_ENUM (   ENUM)    ENUM,

Definition at line 60 of file lz4frame_static.h.

#define LZ4F_LIST_ERRORS (   ITEM)
Value:
ITEM(OK_NoError) ITEM(ERROR_GENERIC) \
ITEM(ERROR_maxBlockSize_invalid) ITEM(ERROR_blockMode_invalid) ITEM(ERROR_contentChecksumFlag_invalid) \
ITEM(ERROR_compressionLevel_invalid) \
ITEM(ERROR_allocation_failed) \
ITEM(ERROR_srcSize_tooLarge) ITEM(ERROR_dstMaxSize_tooSmall) \
ITEM(ERROR_decompressionFailed) \
ITEM(ERROR_checksum_invalid) \
ITEM(ERROR_maxCode)

Definition at line 50 of file lz4frame_static.h.

Enumeration Type Documentation

Enumerator
LZ4F_LIST_ERRORS 

Definition at line 61 of file lz4frame_static.h.