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


Public Member Functions | |
| decoder_little_endian (const unsigned char *buf) | |
| bm::short_t | get_16 () |
| bm::word_t | get_32 () |
| void | get_32 (bm::word_t *w, unsigned count) |
| void | get_16 (bm::short_t *s, unsigned count) |
Properly handles aligment issues with integer data types. Converts data to little endian architecture (presumed it was encoded as big endian)
Definition at line 114 of file encoding.h.
|
|
Definition at line 323 of file encoding.h. |
|
||||||||||||
|
Definition at line 363 of file encoding.h. References bm::decoder_base::seek(). |
|
|
Definition at line 328 of file encoding.h. References BMFORCEINLINE. |
|
||||||||||||
|
Definition at line 343 of file encoding.h. References bm::decoder_base::seek(). |
|
|
Definition at line 335 of file encoding.h. References BMFORCEINLINE. |
1.4.1