retdec
Public Attributes | List of all members
Options Struct Reference
Collaboration diagram for Options:
Collaboration graph
[legend]

Public Attributes

std::string rule = "unknown"
 
std::string name = "unknown"
 
std::string type = "U"
 
std::string extra
 
std::string version
 
std::string language
 
std::string source
 
bool bytecode = false
 
std::string outputFile
 
std::vector< std::string > input
 
long long unsigned size = 100
 maximum size of pattern (bytes) More...
 
long long unsigned offset
 value of search offset More...
 
bool isOffset = false
 true if user provided offset More...
 

Detailed Description

Program options.

Member Data Documentation

◆ bytecode

bool Options::bytecode = false

◆ extra

std::string Options::extra

◆ input

std::vector<std::string> Options::input

◆ isOffset

bool Options::isOffset = false

true if user provided offset

◆ language

std::string Options::language

◆ name

std::string Options::name = "unknown"

◆ offset

long long unsigned Options::offset

value of search offset

◆ outputFile

std::string Options::outputFile

◆ rule

std::string Options::rule = "unknown"

◆ size

long long unsigned Options::size = 100

maximum size of pattern (bytes)

◆ source

std::string Options::source

◆ type

std::string Options::type = "U"

◆ version

std::string Options::version

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