retdec
Public Member Functions | Private Member Functions | List of all members
retdec::unpacker::BitParser Class Referenceabstract

#include <bit_parsers.h>

Inheritance diagram for retdec::unpacker::BitParser:
Inheritance graph
[legend]

Public Member Functions

 BitParser ()
 
 BitParser (const BitParser &)=delete
 
virtual ~BitParser ()=default
 
virtual bool getBit (uint8_t &bit, const DynamicBuffer &data, uint32_t &pos)=0
 

Private Member Functions

BitParseroperator= (const BitParser &)
 

Constructor & Destructor Documentation

◆ BitParser() [1/2]

retdec::unpacker::BitParser::BitParser ( )
inline

◆ BitParser() [2/2]

retdec::unpacker::BitParser::BitParser ( const BitParser )
delete

◆ ~BitParser()

virtual retdec::unpacker::BitParser::~BitParser ( )
virtualdefault

Member Function Documentation

◆ getBit()

virtual bool retdec::unpacker::BitParser::getBit ( uint8_t &  bit,
const DynamicBuffer data,
uint32_t &  pos 
)
pure virtual

◆ operator=()

BitParser& retdec::unpacker::BitParser::operator= ( const BitParser )
private

The documentation for this class was generated from the following file: