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

#include <InstanceMethodSwizzler.h>

Public Member Functions

 InstanceMethodSwizzler (Class, SEL, IMP)
 
 ~InstanceMethodSwizzler ()
 

Public Attributes

Method m_method
 
IMP m_originalImplementation
 

Constructor & Destructor Documentation

◆ InstanceMethodSwizzler()

TestWebKitAPI::InstanceMethodSwizzler::InstanceMethodSwizzler ( Class  cls,
SEL  selector,
IMP  implementation 
)

◆ ~InstanceMethodSwizzler()

TestWebKitAPI::InstanceMethodSwizzler::~InstanceMethodSwizzler ( )

Member Data Documentation

◆ m_method

Method TestWebKitAPI::InstanceMethodSwizzler::m_method

◆ m_originalImplementation

IMP TestWebKitAPI::InstanceMethodSwizzler::m_originalImplementation

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