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

#include <PeLibAux.h>

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

Public Member Functions

std::size_t size () const
 

Public Attributes

PELIB_IMAGE_EXPORT_DIRECTORY ied
 The IMAGE_EXPORTED_DIRECTORY of a file's export table. More...
 
std::string name
 The original filename of current file. More...
 
std::vector< PELIB_EXP_FUNC_INFORMATIONfunctions
 

Member Function Documentation

◆ size()

std::size_t PeLib::PELIB_IMAGE_EXP_DIRECTORY::size ( ) const
inline

Member Data Documentation

◆ functions

std::vector<PELIB_EXP_FUNC_INFORMATION> PeLib::PELIB_IMAGE_EXP_DIRECTORY::functions

◆ ied

PELIB_IMAGE_EXPORT_DIRECTORY PeLib::PELIB_IMAGE_EXP_DIRECTORY::ied

The IMAGE_EXPORTED_DIRECTORY of a file's export table.

◆ name

std::string PeLib::PELIB_IMAGE_EXP_DIRECTORY::name

The original filename of current file.


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