Module ida_hexrays :: Class user_iflags_t
[frames] | no frames]

Class user_iflags_t

object --+
         |
        user_iflags_t

Proxy of C++ std::map< citem_locator_t,int32 > class.

Nested Classes
  keytype
Proxy of C++ citem_locator_t class.
  valuetype
int(x=0) -> int or long int(x, base=10) -> int or long
Instance Methods
 
__contains__(self, key)
Returns true if the specified key exists in the .
 
__delitem__(self, key)
Removes the value associated with the provided key.
 
__getitem__(self, key)
Returns the value associated with the provided key.
user_iflags_t
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__iter__(self)
Iterate over dictionary keys.
size_t
__len__(self)
 
__repr__(self)
repr(x)
 
__setitem__(self, key, value)
Returns the value associated with the provided key.
 
__swig_destroy__(self)
int &
at(self, _Keyval)
 
begin(self, *args)
 
clear(self)
 
copy(self)
 
end(self, *args)
 
erase(self, *args)
 
find(self, *args)
 
first(self, *args)
 
get(self, key, default=None)
 
has_key(self, key)
 
insert(self, *args)
 
items(self)
 
iteritems(self)
 
iterkeys(self)
 
itervalues(self)
 
keys(self)
 
next(self, *args)
 
pop(self, key)
Sets the value associated with the provided key.
 
popitem(self)
Sets the value associated with the provided key.
 
second(self, *args)
 
setdefault(self, key, default=None)
Sets the value associated with the provided key.
 
size(self, *args)
 
values(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: user_iflags_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)