retdec
|
#include <bit_parsers.h>
Public Member Functions | |
BitParserN () | |
BitParserN (const BitParser &)=delete | |
![]() | |
BitParser () | |
BitParser (const BitParser &)=delete | |
virtual | ~BitParser ()=default |
virtual bool | getBit (uint8_t &bit, const DynamicBuffer &data, uint32_t &pos)=0 |
Protected Attributes | |
T | _value |
Private Member Functions | |
BitParserN & | operator= (const BitParserN &) |
|
inline |
|
delete |
|
private |
|
protected |