ADTF
Loading...
Searching...
No Matches
codec_index.h File Reference
#include <ddl/codec/codec_type_info.h>
#include <ddl/dd/dd_common_types.h>
#include <string>
#include <vector>
Include dependency graph for codec_index.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ddl::Position
 
struct  ddl::codec::PositionWithTypeSize
 
struct  ddl::codec::PositionWithAlignedTypeSize
 
struct  ddl::codec::PositionWithUsedBitsTypeSize
 
struct  ddl::codec::ElementLayoutBase
 
struct  ddl::codec::ElementLayout
 
class  ddl::codec::CodecIndex
 
class  ddl::codec::CodecIndex::ElementIndex
 The element index at the CodecIndex. More...
 

Namespaces

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

Typedefs

using ddl::codec::Position = ddl::Position
 

Functions

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

Detailed Description

Implementation of the CodecIndex.