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

#include <PeLibAux.h>

Collaboration diagram for PeLib::PELIB_EXP_FUNC_INFORMATION:
Collaboration graph
[legend]

Public Member Functions

 PELIB_EXP_FUNC_INFORMATION ()
 
bool equal (const std::string strFunctionName) const
 
unsigned int size () const
 

Public Attributes

std::uint32_t addroffunc
 
std::uint32_t addrofname
 
std::uint16_t ordinal
 
std::string funcname
 

Constructor & Destructor Documentation

◆ PELIB_EXP_FUNC_INFORMATION()

PeLib::PELIB_EXP_FUNC_INFORMATION::PELIB_EXP_FUNC_INFORMATION ( )

Member Function Documentation

◆ equal()

bool PeLib::PELIB_EXP_FUNC_INFORMATION::equal ( const std::string  strFunctionName) const

◆ size()

unsigned int PeLib::PELIB_EXP_FUNC_INFORMATION::size ( ) const
inline

Member Data Documentation

◆ addroffunc

std::uint32_t PeLib::PELIB_EXP_FUNC_INFORMATION::addroffunc

◆ addrofname

std::uint32_t PeLib::PELIB_EXP_FUNC_INFORMATION::addrofname

◆ funcname

std::string PeLib::PELIB_EXP_FUNC_INFORMATION::funcname

◆ ordinal

std::uint16_t PeLib::PELIB_EXP_FUNC_INFORMATION::ordinal

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