GDB (xrefs)
Public Member Functions | Private Attributes | List of all members
gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker Class Reference
Inheritance diagram for gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker:
gdb.xmethod.XMethodWorker gdb.xmethod.XMethodWorker

Public Member Functions

def __init__ (self, method_function, arg_types)
 
def get_arg_types (self)
 
def __call__ (self, args)
 
def __init__ (self, method_function, arg_types)
 
def get_arg_types (self)
 
def __call__ (self, args)
 
- Public Member Functions inherited from gdb.xmethod.XMethodWorker
def get_arg_types (self)
 
def get_result_type (self, args)
 
def __call__ (self, args)
 
def get_arg_types (self)
 
def get_result_type (self, args)
 
def __call__ (self, args)
 

Private Attributes

 _arg_types
 
 _method_function
 

Detailed Description

Definition at line 164 of file xmethod.py.

Constructor & Destructor Documentation

def gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.__init__ (   self,
  method_function,
  arg_types 
)
def gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.__init__ (   self,
  method_function,
  arg_types 
)

Member Function Documentation

def gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.__call__ (   self,
  args 
)
def gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.__call__ (   self,
  args 
)
def gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.get_arg_types (   self)
def gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker.get_arg_types (   self)

Member Data Documentation

gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker._arg_types
private
gdb.xmethod.SimpleXMethodMatcher.SimpleXMethodWorker._method_function
private

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