#include <encoding.h>
Inheritance diagram for bm::decoder:


Properly handles aligment issues with integer data types.
Definition at line 97 of file encoding.h.
Public Member Functions | |
| decoder (const unsigned char *buf) | |
| Construction. | |
| bm::short_t | get_16 () |
| Reads 16bit word from the decoding buffer. | |
| bm::word_t | get_32 () |
| Reads 32 bit word from the decoding buffer. | |
| void | get_32 (bm::word_t *w, unsigned count) |
| Reads block of 32-bit words from the decoding buffer. | |
| void | get_16 (bm::short_t *s, unsigned count) |
| Reads block of 32-bit words from the decoding buffer. | |
|
|
Construction.
Definition at line 687 of file encoding.h. |
|
||||||||||||
|
Reads block of 32-bit words from the decoding buffer.
Definition at line 764 of file encoding.h. References buf, bm::decoder_base::buf_, and bm::decoder_base::seek(). |
|
|
Reads 16bit word from the decoding buffer.
Definition at line 696 of file encoding.h. References bm::decoder_base::buf_. |
|
||||||||||||
|
Reads block of 32-bit words from the decoding buffer.
Definition at line 730 of file encoding.h. References buf, bm::decoder_base::buf_, and bm::decoder_base::seek(). |
|
|
Reads 32 bit word from the decoding buffer.
Definition at line 711 of file encoding.h. References bm::decoder_base::buf_. |
1.4.6
Modified on Mon Dec 07 16:24:38 2009 by modify_doxy.py rev. 173732