Woolz Image Processing  Version 1.7.5
AlcError

Enumerations

enum  _AlcErrno {
  ALC_ER_NONE = 0,
  ALC_ER_ALLOC,
  ALC_ER_NULLPTR,
  ALC_ER_NUMELEM,
  ALC_ER_PARAM,
  ALC_ER_READ,
  ALC_ER_WRITE
}
 Error codes returned by functions of the memory allocation and fundamental type library. Typedef: AlcErrno. More...
 

Detailed Description

Enumeration Type Documentation

enum _AlcErrno

Error codes returned by functions of the memory allocation and fundamental type library. Typedef: AlcErrno.

Enumerator
ALC_ER_NONE 

Noe error

ALC_ER_ALLOC 

Memory allocation error

ALC_ER_NULLPTR 

Null pointer detected

ALC_ER_NUMELEM 

Inappropriate number of elements

ALC_ER_PARAM 

Inappropriate function paramerter

ALC_ER_READ 

File read failure

ALC_ER_WRITE 

File write failure