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

Proxy of C++ char_pointer class.

Inheritance diagram for char_pointer:

Public Member Functions

 __init__ (self)
 init(self) -> char_pointer
 
"void" assign (self, "char" value)
 assign(self, value)
 
"char" value (self)
 value(self) -> char
 
"char *" cast (self)
 cast(self) -> char *
 

Static Public Member Functions

"char_pointer *" frompointer ("char *" t)
 frompointer(t) -> char_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,
"char" value )
Parameters
valuechar

◆ cast()

"char *" cast ( self)

◆ frompointer()

"char_pointer *" frompointer ( "char *" t)
static
Parameters
tchar *

◆ value()

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