◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ _create_empty_string()
None _create_empty_string |
( |
| self | ) |
|
|
protected |
◆ c_str()
◆ clear()
◆ create_empty_string()
None create_empty_string |
( |
| self | ) |
|
◆ is_convertible()
bool is_convertible |
( |
| self | ) |
|
Convertible types are VT_LONG, VT_FLOAT, VT_INT64, and VT_STR.
◆ is_integral()
Does value represent a whole number?
◆ is_zero()
Does value represent the integer 0?
◆ qstr()
◆ set_float()
None set_float |
( |
| self, |
|
|
'fpvalue_t const &' | f ) |
◆ set_int64()
None set_int64 |
( |
| self, |
|
|
'int64' | v ) |
◆ set_long()
None set_long |
( |
| self, |
|
|
int | v ) |
◆ set_pvoid()
None set_pvoid |
( |
| self, |
|
|
'void *' | p ) |
◆ set_string()
None set_string |
( |
| self, |
|
|
* | args ) |
◆ swap()
Set this = r and v = this.
◆ u_str()
'uchar const *' u_str |
( |
| self | ) |
|
Initial value:= property(_ida_expr.idc_value_t_e_get, _ida_expr.
idc_value_t_e_set)
◆ funcidx
Initial value:= property(_ida_expr.idc_value_t_funcidx_get, _ida_expr.
idc_value_t_funcidx_set)
◆ i64
Initial value:= property(_ida_expr.idc_value_t_i64_get, _ida_expr.
idc_value_t_i64_set)
◆ num
Initial value:= property(_ida_expr.idc_value_t_num_get, _ida_expr.
idc_value_t_num_set)
◆ obj
Initial value:= property(_ida_expr.idc_value_t_obj_get,
_ida_expr.idc_value_t_obj_set)
◆ pvoid
Initial value:= property(_ida_expr.idc_value_t_pvoid_get, _ida_expr.
idc_value_t_pvoid_set)
◆ reserve
Initial value:= property(_ida_expr.
idc_value_t_reserve_get, _ida_expr.idc_value_t_reserve_set)
◆ vtype
Initial value:= property(_ida_expr.idc_value_t_vtype_get, _ida_expr.
idc_value_t_vtype_set)
◆ str
Initial value:= property(lambda self: self.c_str(), lambda self, v: self.
set_string(v))
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: