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

Proxy of C++ ushort_pointer class.

Inheritance diagram for ushort_pointer:

Public Member Functions

 __init__ (self)
 init(self) -> ushort_pointer
 
"void" assign (self, "ushort" value)
 assign(self, value)
 
"ushort" value (self)
 value(self) -> ushort
 
"ushort *" cast (self)
 cast(self) -> ushort *
 

Static Public Member Functions

"ushort_pointer *" frompointer ("ushort *" t)
 frompointer(t) -> ushort_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,
"ushort" value )
Parameters
valueushort

◆ cast()

"ushort *" cast ( self)

◆ frompointer()

"ushort_pointer *" frompointer ( "ushort *" t)
static
Parameters
tushort *

◆ value()

"ushort" 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: