Rizin
unix-like reverse engineering framework and cli tools
capstone.m68k.M68KOpSize Class Reference
Inheritance diagram for capstone.m68k.M68KOpSize:

Public Member Functions

def get (a)
 

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 78 of file m68k.py.

Member Function Documentation

◆ get()

def capstone.m68k.M68KOpSize.get (   a)

Definition at line 84 of file m68k.py.

84  def get(a):
85  return copy_ctypes_list(type, size)
86 
def copy_ctypes_list(src)
Definition: __init__.py:326

References capstone.copy_ctypes_list().

Member Data Documentation

◆ _fields_

tuple capstone.m68k.M68KOpSize._fields_
staticprivate
Initial value:
= (
('type', ctypes.c_uint),
('size', ctypes.c_uint),
)

Definition at line 79 of file m68k.py.


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