IDAPython 9.0
Loading...
Searching...
No Matches
short_pointer Class Reference

Proxy of C++ short_pointer class.

Inheritance diagram for short_pointer:

Public Member Functions

 __init__ (self)
 init(self) -> short_pointer
 
"void" assign (self, "short" value)
 assign(self, value)
 
"short" value (self)
 value(self) -> short
 
"short *" cast (self)
 cast(self) -> short *
 

Static Public Member Functions

"short_pointer *" frompointer ("short *" t)
 frompointer(t) -> short_pointer
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ assign()

"void" assign ( self,
"short" value )
Parameters
valueshort

◆ cast()

"short *" cast ( self)

◆ frompointer()

"short_pointer *" frompointer ( "short *" t)
static
Parameters
tshort *

◆ value()

"short" value ( self)

Property Documentation

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

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