Grok  9.7.5
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
GrkCodec Struct Reference

Public Member Functions

 GrkCodec ()
 
 ~GrkCodec ()
 
grk_codecgetWrapper (void)
 

Static Public Member Functions

static GrkCodecgetImpl (grk_codec *codec)
 

Public Attributes

grk_object obj
 
ICodeStreamCompresscompressor_
 
ICodeStreamDecompressdecompressor_
 
grk_streamstream_
 

Constructor & Destructor Documentation

◆ GrkCodec()

GrkCodec::GrkCodec ( )

References obj, and _grk_object::wrapper.

◆ ~GrkCodec()

GrkCodec::~GrkCodec ( )

References compressor_, and decompressor_.

Member Function Documentation

◆ getImpl()

static GrkCodec* GrkCodec::getImpl ( grk_codec codec)
inlinestatic

◆ getWrapper()

grk_codec* GrkCodec::getWrapper ( void  )
inline

Member Data Documentation

◆ compressor_

ICodeStreamCompress* GrkCodec::compressor_

Referenced by ~GrkCodec().

◆ decompressor_

ICodeStreamDecompress* GrkCodec::decompressor_

Referenced by ~GrkCodec().

◆ obj

grk_object GrkCodec::obj

Referenced by GrkCodec().

◆ stream_

grk_stream* GrkCodec::stream_

The documentation for this struct was generated from the following file: