Public Member Functions | Private Attributes
IZ::BitDecoder< Code > Class Template Reference

#include <bitcoder.h>

Inheritance diagram for IZ::BitDecoder< Code >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void align ()
void begin (const unsigned char *ptr)
unsigned int cachedLength () const
const unsigned char * end ()
Code fetchCode ()
void fillCache ()
unsigned int peekBits (unsigned int count) const
unsigned int readBits (unsigned int count)
void skipBits (unsigned int count)

Private Attributes

const Code * p

Detailed Description

template<typename Code = U32>
class IZ::BitDecoder< Code >

Definition at line 63 of file bitcoder.h.


Member Function Documentation

template<typename Code = U32>
void IZ::BitDecoder< Code >::align ( ) [inline]

Definition at line 122 of file bitcoder.h.

template<typename Code = U32>
void IZ::BitDecoder< Code >::begin ( const unsigned char *  ptr) [inline]

Definition at line 74 of file bitcoder.h.

template<typename Code = U32>
unsigned int IZ::BitDecoder< Code >::cachedLength ( ) const [inline]

Definition at line 109 of file bitcoder.h.

template<typename Code = U32>
const unsigned char* IZ::BitDecoder< Code >::end ( ) [inline]

Definition at line 126 of file bitcoder.h.

template<typename Code = U32>
Code IZ::BitDecoder< Code >::fetchCode ( ) [inline]

Definition at line 70 of file bitcoder.h.

template<typename Code = U32>
void IZ::BitDecoder< Code >::fillCache ( ) [inline]

Definition at line 84 of file bitcoder.h.

template<typename Code = U32>
unsigned int IZ::BitDecoder< Code >::peekBits ( unsigned int  count) const [inline]

Definition at line 97 of file bitcoder.h.

template<typename Code = U32>
unsigned int IZ::BitDecoder< Code >::readBits ( unsigned int  count) [inline]

Definition at line 113 of file bitcoder.h.

template<typename Code = U32>
void IZ::BitDecoder< Code >::skipBits ( unsigned int  count) [inline]

Definition at line 105 of file bitcoder.h.


Member Data Documentation

template<typename Code = U32>
const Code* IZ::BitDecoder< Code >::p [private]

Definition at line 134 of file bitcoder.h.


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


imagezero
Author(s):
autogenerated on Thu Jun 6 2019 21:34:51