#include <decode.h>
Public Member Functions | |
| DecoderRemain | getRemain () const |
| Iterator (const std::string::const_iterator &pos, const std::string::const_iterator &end, const DecoderRemain &remain=DecoderRemain()) | |
| bool | operator!= (const Iterator &it) const |
| const uint64_t | operator* () |
| void | operator++ () |
| bool | operator== (const Iterator &it) const |
Protected Attributes | |
| std::string::const_iterator | end_ |
| std::string::const_iterator | pos_ |
| DecoderRemain | remain_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |