retdec
Public Member Functions | Public Attributes | List of all members
retdec::cpdetect::DetectParams Struct Reference

#include <cptypes.h>

Collaboration diagram for retdec::cpdetect::DetectParams:
Collaboration graph
[legend]

Public Member Functions

 DetectParams (SearchType searchType_, bool internal_, bool external_, std::size_t epBytesCount_=EP_BYTES_SIZE)
 

Public Attributes

SearchType searchType
 type of search More...
 
bool internal
 use of internal signature database More...
 
bool external
 use of external signature database More...
 
std::size_t epBytesCount
 

Detailed Description

Search parameters

Constructor & Destructor Documentation

◆ DetectParams()

retdec::cpdetect::DetectParams::DetectParams ( SearchType  searchType_,
bool  internal_,
bool  external_,
std::size_t  epBytesCount_ = EP_BYTES_SIZE 
)

Constructor of DetectParams structure

Member Data Documentation

◆ epBytesCount

std::size_t retdec::cpdetect::DetectParams::epBytesCount

◆ external

bool retdec::cpdetect::DetectParams::external

use of external signature database

◆ internal

bool retdec::cpdetect::DetectParams::internal

use of internal signature database

◆ searchType

SearchType retdec::cpdetect::DetectParams::searchType

type of search


The documentation for this struct was generated from the following files: