#include <encoding.h>
Inheritance diagram for bm::decoder_base:
Public Member Functions | |
decoder_base (const unsigned char *buf) | |
BMFORCEINLINE unsigned char | get_8 () |
Reads character from the decoding buffer. | |
BMFORCEINLINE unsigned | size () const |
Returns size of the current decoding stream. | |
Protected Attributes | |
const unsigned char * | buf_ |
const unsigned char * | start_ |
Definition at line 64 of file encoding.h.
|
Definition at line 67 of file encoding.h. |
|
Reads character from the decoding buffer.
Definition at line 69 of file encoding.h. References BMFORCEINLINE, and buf_. |
|
Returns size of the current decoding stream.
Definition at line 72 of file encoding.h. |
|
Definition at line 74 of file encoding.h. Referenced by decoder_base(), get_8(), and size(). |
|
Definition at line 75 of file encoding.h. Referenced by decoder_base(), and size(). |