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

#include <stacofin.h>

Collaboration diagram for retdec::stacofin::Reference:
Collaboration graph
[legend]

Public Member Functions

 Reference (std::size_t o, const std::string &n, common::Address a=common::Address::Undefined, common::Address t=common::Address::Undefined, DetectedFunction *tf=nullptr, bool k=false)
 

Public Attributes

std::size_t offset = 0
 
std::string name
 
common::Address address
 
common::Address target
 
DetectedFunctiontargetFnc = nullptr
 
bool ok = false
 

Detailed Description

Structure representing one reference in a detected function's body.

Constructor & Destructor Documentation

◆ Reference()

retdec::stacofin::Reference::Reference ( std::size_t  o,
const std::string &  n,
common::Address  a = common::Address::Undefined,
common::Address  t = common::Address::Undefined,
DetectedFunction tf = nullptr,
bool  k = false 
)

Member Data Documentation

◆ address

common::Address retdec::stacofin::Reference::address

◆ name

std::string retdec::stacofin::Reference::name

◆ offset

std::size_t retdec::stacofin::Reference::offset = 0

◆ ok

bool retdec::stacofin::Reference::ok = false

◆ target

common::Address retdec::stacofin::Reference::target

◆ targetFnc

DetectedFunction* retdec::stacofin::Reference::targetFnc = nullptr

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