#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 111 of file encoding.h.
|
Definition at line 309 of file encoding.h. |
|
Definition at line 343 of file encoding.h. |
|
Definition at line 314 of file encoding.h. References BMFORCEINLINE. |
|
Definition at line 329 of file encoding.h. |
|
Definition at line 321 of file encoding.h. References BMFORCEINLINE. |