webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::ImportedFunctionsEnumerator Class Reference

#include <ImportedFunctionsEnumerator.h>

Public Member Functions

 ImportedFunctionsEnumerator (const PEImage &, const IMAGE_THUNK_DATA *importNameTable, const IMAGE_THUNK_DATA *importAddressTable)
 
bool isAtEnd () const
 
void next ()
 
const char * currentFunctionName () const
 
const void *const * addressOfCurrentFunctionPointer () const
 

Constructor & Destructor Documentation

◆ ImportedFunctionsEnumerator()

WebCore::ImportedFunctionsEnumerator::ImportedFunctionsEnumerator ( const PEImage image,
const IMAGE_THUNK_DATA *  importNameTable,
const IMAGE_THUNK_DATA *  importAddressTable 
)
explicit

Member Function Documentation

◆ addressOfCurrentFunctionPointer()

const void *const * WebCore::ImportedFunctionsEnumerator::addressOfCurrentFunctionPointer ( ) const

◆ currentFunctionName()

const char * WebCore::ImportedFunctionsEnumerator::currentFunctionName ( ) const

◆ isAtEnd()

bool WebCore::ImportedFunctionsEnumerator::isAtEnd ( ) const

◆ next()

void WebCore::ImportedFunctionsEnumerator::next ( void  )

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