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

Proxy of C++ uchar_pointer class.

Inheritance diagram for uchar_pointer:

Public Member Functions

 __init__ (self)
 init(self) -> uchar_pointer
 
"void" assign (self, "uchar" value)
 assign(self, value)
 
"uchar" value (self)
 value(self) -> uchar
 
"uchar *" cast (self)
 cast(self) -> uchar *
 

Static Public Member Functions

"uchar_pointer *" frompointer ("uchar *" t)
 frompointer(t) -> uchar_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,
"uchar" value )
Parameters
valueuchar

◆ cast()

"uchar *" cast ( self)

◆ frompointer()

"uchar_pointer *" frompointer ( "uchar *" t)
static
Parameters
tuchar *

◆ value()

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