Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
RDF encoder & decoder module
Collaboration diagram for RDF encoder & decoder module:

Data Structures

struct  VOLK_CodecIterator
 Codec iterator. More...

Macros

#define ENTRY(a, b, c)
 Get a codec by its format string.
#define ENTRY(a, b, c)
 Get a codec by its format string.

Enumerations

enum  VOLK_CodecFormat { CODEC_TBL }
 Codec formats available. More...

Detailed Description

Macro Definition Documentation

◆ ENTRY [1/2]

#define ENTRY ( a,
b,
c )
Value:
case VOLK_CODEC_FMT_##a: return &c;

Get a codec by its format string.

Parameters
[in]fmtFormat string such as nt, ttl, etc.
Returns
Pointer to the codec singleton.

Definition at line 45 of file codec.h.

◆ ENTRY [2/2]

#define ENTRY ( a,
b,
c )
Value:
VOLK_CODEC_FMT_##a,

Get a codec by its format string.

Parameters
[in]fmtFormat string such as nt, ttl, etc.
Returns
Pointer to the codec singleton.

Definition at line 45 of file codec.h.

Enumeration Type Documentation

◆ VOLK_CodecFormat

Codec formats available.

Enumerator
CODEC_TBL 

Definition at line 47 of file codec.h.