#include <pattern.h>
◆ eType
Enumerator |
---|
UNKNOWN | |
INTEGRAL | |
FLOATING_POINT | |
◆ Match() [1/2]
retdec::common::Pattern::Match::Match |
( |
| ) |
|
◆ Match() [2/2]
◆ floatingPoint()
◆ getAddress()
◆ getEntrySize()
std::optional< unsigned > retdec::common::Pattern::Match::getEntrySize |
( |
| ) |
const |
◆ getOffset()
◆ getSize()
std::optional< unsigned > retdec::common::Pattern::Match::getSize |
( |
| ) |
const |
◆ integral()
◆ isAddressDefined()
bool retdec::common::Pattern::Match::isAddressDefined |
( |
| ) |
const |
◆ isEntrySizeDefined()
bool retdec::common::Pattern::Match::isEntrySizeDefined |
( |
| ) |
const |
◆ isOffsetDefined()
bool retdec::common::Pattern::Match::isOffsetDefined |
( |
| ) |
const |
◆ isSizeDefined()
bool retdec::common::Pattern::Match::isSizeDefined |
( |
| ) |
const |
◆ isTypeFloatingPoint()
bool retdec::common::Pattern::Match::isTypeFloatingPoint |
( |
| ) |
const |
◆ isTypeIntegral()
bool retdec::common::Pattern::Match::isTypeIntegral |
( |
| ) |
const |
◆ isTypeUnknown()
bool retdec::common::Pattern::Match::isTypeUnknown |
( |
| ) |
const |
◆ operator!=()
bool retdec::common::Pattern::Match::operator!= |
( |
const Match & |
val | ) |
const |
◆ operator==()
bool retdec::common::Pattern::Match::operator== |
( |
const Match & |
val | ) |
const |
- Returns
- This instance is equal with the provided one if all the members are equal.
◆ setAddress()
◆ setEntrySize()
void retdec::common::Pattern::Match::setEntrySize |
( |
const unsigned |
entrySize | ) |
|
◆ setIsTypeFloatingPoint()
void retdec::common::Pattern::Match::setIsTypeFloatingPoint |
( |
| ) |
|
◆ setIsTypeIntegral()
void retdec::common::Pattern::Match::setIsTypeIntegral |
( |
| ) |
|
◆ setIsTypeUnknown()
void retdec::common::Pattern::Match::setIsTypeUnknown |
( |
| ) |
|
◆ setOffset()
◆ setSize()
void retdec::common::Pattern::Match::setSize |
( |
const unsigned |
size | ) |
|
◆ unknown()
◆ _address
◆ _entrySize
std::optional<unsigned> retdec::common::Pattern::Match::_entrySize |
|
private |
◆ _offset
◆ _size
std::optional<unsigned> retdec::common::Pattern::Match::_size |
|
private |
◆ _type
The documentation for this class was generated from the following files:
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/common/pattern.h
- /var/cache/acbs/build/acbs.6bu6osb6/retdec/src/common/pattern.cpp