IDAPython 9.0
Loading...
Searching...
No Matches
PyIdc_cvt_int64__ Class Reference
Inheritance diagram for PyIdc_cvt_int64__:
pyidc_cvt_helper__

Public Member Functions

 __init__ (self, v)
 
 __add__ (self, other)
 
 __sub__ (self, other)
 
 __mul__ (self, other)
 
 __div__ (self, other)
 
 __radd__ (self, other)
 
 __rsub__ (self, other)
 
 __rmul__ (self, other)
 
 __rdiv__ (self, other)
 
- Public Member Functions inherited from pyidc_cvt_helper__

Additional Inherited Members

- Properties inherited from pyidc_cvt_helper__
 value = property(__get_value, __set_value)
 

Detailed Description

Helper class for explicitly representing VT_INT64 values

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
v )

Reimplemented from pyidc_cvt_helper__.

Member Function Documentation

◆ __add__()

__add__ ( self,
other )

◆ __div__()

__div__ ( self,
other )

◆ __mul__()

__mul__ ( self,
other )

◆ __radd__()

__radd__ ( self,
other )

◆ __rdiv__()

__rdiv__ ( self,
other )

◆ __rmul__()

__rmul__ ( self,
other )

◆ __rsub__()

__rsub__ ( self,
other )

◆ __sub__()

__sub__ ( self,
other )

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