SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprCoderDef Struct Reference

Structure to define a certain (en/de)coding pair. More...

+ Collaboration diagram for SprCoderDef:

Data Fields

SprEncodeFunc encode
 Pointer to the encoder function. More...
 
SprDecodeFunc decode
 Pointer to the decoder function. More...
 
SprCoderIniFunc ini
 Pointer to the initialization function. More...
 
SprCoderFiniFunc fini
 Pointer to the close (release data) fuction. More...
 
size_t data_len
 

Detailed Description

Structure to define a certain (en/de)coding pair.

Field Documentation

SprEncodeFunc SprCoderDef::encode

Pointer to the encoder function.

SprDecodeFunc SprCoderDef::decode

Pointer to the decoder function.

SprCoderIniFunc SprCoderDef::ini

Pointer to the initialization function.

SprCoderFiniFunc SprCoderDef::fini

Pointer to the close (release data) fuction.

size_t SprCoderDef::data_len

Size of the method specific data structure (including the common header SprCoderCommon).