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

Public Member Functions

 GrkCodec (grk_stream *stream)
 
 ~GrkCodec ()
 
grk_codec * getWrapper (void)
 

Static Public Member Functions

static GrkCodec * getImpl (grk_codec *codec)
 

Public Attributes

grk_object obj
 
ICodeStreamCompress * compressor_
 
ICodeStreamDecompress * decompressor_
 

Private Attributes

grk_stream * stream_
 

Constructor & Destructor Documentation

◆ GrkCodec()

GrkCodec::GrkCodec ( grk_stream *  stream)

References obj, and _grk_object::wrapper.

◆ ~GrkCodec()

GrkCodec::~GrkCodec ( )

Member Function Documentation

◆ getImpl()

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

◆ getWrapper()

grk_codec * GrkCodec::getWrapper ( void  )
inline

References obj.

Member Data Documentation

◆ compressor_

ICodeStreamCompress* GrkCodec::compressor_

Referenced by grk_compress_create(), and ~GrkCodec().

◆ decompressor_

ICodeStreamDecompress* GrkCodec::decompressor_

Referenced by grk_decompress_create(), and ~GrkCodec().

◆ obj

grk_object GrkCodec::obj

◆ stream_

grk_stream* GrkCodec::stream_
private

Referenced by ~GrkCodec().


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