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

Proxy of C++ compiled_binpat_t class.

Inheritance diagram for compiled_binpat_t:

Public Member Functions

 __init__ (self)
 init(self) -> compiled_binpat_t
 
"bool" all_bytes_defined (self)
 all_bytes_defined(self) -> bool
 
"void" qclear (self)
 qclear(self)
 
"bool" __eq__ (self, "compiled_binpat_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "compiled_binpat_t" r)
 ne(self, r) -> bool
 

Static Public Attributes

str bytes = property(_ida_bytes.compiled_binpat_t_bytes_get, _ida_bytes.compiled_binpat_t_bytes_set, doc=)
 
str mask = property(_ida_bytes.compiled_binpat_t_mask_get, _ida_bytes.compiled_binpat_t_mask_set, doc=)
 
str strlits = property(_ida_bytes.compiled_binpat_t_strlits_get, _ida_bytes.compiled_binpat_t_strlits_set, doc=)
 
str encidx = property(_ida_bytes.compiled_binpat_t_encidx_get, _ida_bytes.compiled_binpat_t_encidx_set, doc=)
 

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

◆ __eq__()

"bool" __eq__ ( self,
"compiled_binpat_t" r )
Parameters
rcompiled_binpat_t const &

◆ __ne__()

"bool" __ne__ ( self,
"compiled_binpat_t" r )
Parameters
rcompiled_binpat_t const &

◆ all_bytes_defined()

"bool" all_bytes_defined ( self)

◆ qclear()

"void" qclear ( self)

Member Data Documentation

◆ bytes

str bytes = property(_ida_bytes.compiled_binpat_t_bytes_get, _ida_bytes.compiled_binpat_t_bytes_set, doc=)
static

◆ encidx

str encidx = property(_ida_bytes.compiled_binpat_t_encidx_get, _ida_bytes.compiled_binpat_t_encidx_set, doc=)
static

◆ mask

str mask = property(_ida_bytes.compiled_binpat_t_mask_get, _ida_bytes.compiled_binpat_t_mask_set, doc=)
static

◆ strlits

str strlits = property(_ida_bytes.compiled_binpat_t_strlits_get, _ida_bytes.compiled_binpat_t_strlits_set, doc=)
static

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: