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

#include <PeLibAux.h>

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

Public Member Functions

bool equal (const std::string strModuleName2) const
 Compares the passed filename to the struct's filename. More...
 
std::size_t size () const
 

Public Attributes

PELIB_IMAGE_BOUND_IMPORT_DESCRIPTOR ibdDescriptor
 Information about the imported file. More...
 
std::string strModuleName
 Name of the imported file. More...
 
std::vector< PELIB_IMAGE_BOUND_DIRECTORYmoduleForwarders
 

Member Function Documentation

◆ equal()

bool PeLib::PELIB_IMAGE_BOUND_DIRECTORY::equal ( const std::string  strModuleName2) const

Compares the passed filename to the struct's filename.

Compares the passed filename to the struct's filename.

Parameters
strModuleName2A filename.
Returns
True, if the passed filename equals the struct's filename. The comparison is case-sensitive.

◆ size()

std::size_t PeLib::PELIB_IMAGE_BOUND_DIRECTORY::size ( ) const

Member Data Documentation

◆ ibdDescriptor

PELIB_IMAGE_BOUND_IMPORT_DESCRIPTOR PeLib::PELIB_IMAGE_BOUND_DIRECTORY::ibdDescriptor

Information about the imported file.

◆ moduleForwarders

std::vector<PELIB_IMAGE_BOUND_DIRECTORY> PeLib::PELIB_IMAGE_BOUND_DIRECTORY::moduleForwarders

◆ strModuleName

std::string PeLib::PELIB_IMAGE_BOUND_DIRECTORY::strModuleName

Name of the imported file.


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