ADTF  3.18.2
codec_index.h File Reference

Implementation of the CodecIndex. More...

Go to the source code of this file.

Classes

struct  Position
 Structure for bit position of elements. More...
 
struct  PositionWithTypeSize
 Position with type size information. More...
 
struct  PositionWithAlignedTypeSize
 Position with type size information. More...
 
struct  PositionWithUsedBitsTypeSize
 Position with used bit type size information. More...
 
struct  ElementLayoutBase
 Base layout definition for one element. More...
 
struct  ElementLayout
 Layout defintion for one element with set array position. More...
 
class  CodecIndex
 Fast Access Index Type for the coders. More...
 
class  CodecIndex::ElementIndex
 The element index at the CodecIndex. More...
 

Namespaces

 ddl
 definition of the ddl namespace
 
 ddl::codec
 Namespace for the new faster CodecFactory/Decoder/Codec implementation.
 

Typedefs

using Position = ddl::Position
 Binary compatible reusing of structure for position of elements.
 

Functions

std::string toString (const CodecIndex &index)
 Converts the index to a string. More...
 

Detailed Description

Implementation of the CodecIndex.

Definition in file codec_index.h.