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

Proxy of C++ bool_pointer class.

Inheritance diagram for bool_pointer:

Public Member Functions

 __init__ (self)
 init(self) -> bool_pointer
 
"void" assign (self, "bool" value)
 assign(self, value)
 
"bool" value (self)
 value(self) -> bool
 
"bool *" cast (self)
 cast(self) -> bool *
 

Static Public Member Functions

"bool_pointer *" frompointer ("bool *" t)
 frompointer(t) -> bool_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,
"bool" value )
Parameters
valuebool

◆ cast()

"bool *" cast ( self)

◆ frompointer()

"bool_pointer *" frompointer ( "bool *" t)
static
Parameters
tbool *

◆ value()

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