IDAPython 8.4
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, *args)
 init(self) -> compiled_binpat_t
 
"bool" all_bytes_defined (self, *args)
 all_bytes_defined(self) -> bool
 
"void" qclear (self, *args)
 qclear(self)
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 bytes = property(_ida_bytes.compiled_binpat_t_bytes_get, _ida_bytes.compiled_binpat_t_bytes_set, doc=)
 
 mask = property(_ida_bytes.compiled_binpat_t_mask_get, _ida_bytes.compiled_binpat_t_mask_set, doc=)
 
 strlits = property(_ida_bytes.compiled_binpat_t_strlits_get, _ida_bytes.compiled_binpat_t_strlits_set, doc=)
 
 encidx = property(_ida_bytes.compiled_binpat_t_encidx_get, _ida_bytes.compiled_binpat_t_encidx_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
* args )
Parameters
rcompiled_binpat_t const &

◆ __ne__()

"bool" __ne__ ( self,
* args )
Parameters
rcompiled_binpat_t const &

◆ all_bytes_defined()

"bool" all_bytes_defined ( self,
* args )

◆ qclear()

"void" qclear ( self,
* args )

Property Documentation

◆ bytes

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

◆ encidx

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

◆ mask

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

◆ strlits

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

◆ 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: