retdec
Public Member Functions | List of all members
retdec::unpacker::BitParserLe32 Class Reference

#include <bit_parsers.h>

Inheritance diagram for retdec::unpacker::BitParserLe32:
Inheritance graph
[legend]
Collaboration diagram for retdec::unpacker::BitParserLe32:
Collaboration graph
[legend]

Public Member Functions

 BitParserLe32 ()=default
 
 BitParserLe32 (const BitParserLe32 &)=delete
 
virtual bool getBit (uint8_t &bit, const DynamicBuffer &data, uint32_t &pos) override
 
- Public Member Functions inherited from retdec::unpacker::BitParserN< uint32_t >
 BitParserN ()
 
 BitParserN (const BitParser &)=delete
 
- Public Member Functions inherited from retdec::unpacker::BitParser
 BitParser ()
 
 BitParser (const BitParser &)=delete
 
virtual ~BitParser ()=default
 

Additional Inherited Members

- Protected Attributes inherited from retdec::unpacker::BitParserN< uint32_t >
uint32_t _value
 

Constructor & Destructor Documentation

◆ BitParserLe32() [1/2]

retdec::unpacker::BitParserLe32::BitParserLe32 ( )
default

◆ BitParserLe32() [2/2]

retdec::unpacker::BitParserLe32::BitParserLe32 ( const BitParserLe32 )
delete

Member Function Documentation

◆ getBit()

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

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