IDAPython 8.4
Loading...
Searching...
No Matches
synced_group_t Class Reference

Proxy of C++ synced_group_t class.

Inheritance diagram for synced_group_t:
sync_source_vec_t

Public Member Functions

"bool" has_widget (self, *args)
 has_widget(self, v) -> bool
 
"bool" has_register (self, *args)
 has_register(self, r) -> bool
 
"bool" has (self, *args)
 has(self, ss) -> bool
 
 __init__ (self, *args)
 init(self) -> synced_group_t
 
- Public Member Functions inherited from sync_source_vec_t
"void" push_back (self, *args)
 push_back(self, x)
 
"void" pop_back (self, *args)
 pop_back(self)
 
"size_t" size (self, *args)
 size(self) -> size_t
 
"bool" empty (self, *args)
 empty(self) -> bool
 
"sync_source_t const &" at (self, *args)
 at(self, _idx) -> sync_source_t
 
"void" qclear (self, *args)
 qclear(self)
 
"void" clear (self, *args)
 clear(self)
 
"size_t" capacity (self, *args)
 capacity(self) -> size_t
 
"void" reserve (self, *args)
 reserve(self, cnt)
 
"void" truncate (self, *args)
 truncate(self)
 
"void" swap (self, *args)
 swap(self, r)
 
"sync_source_t *" extract (self, *args)
 extract(self) -> sync_source_t
 
"void" inject (self, *args)
 inject(self, s, len)
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 
"qvector< sync_source_t >::const_iterator" begin (self, *args)
 begin(self) -> sync_source_t
 
"qvector< sync_source_t >::const_iterator" end (self, *args)
 end(self) -> sync_source_t
 
"qvector< sync_source_t >::iterator" insert (self, *args)
 insert(self, it, x) -> sync_source_t
 
"qvector< sync_source_t >::iterator" erase (self, *args)
 erase(self, it) -> sync_source_t
 
"qvector< sync_source_t >::const_iterator" find (self, *args)
 find(self, x) -> sync_source_t
 
"bool" add_unique (self, *args)
 add_unique(self, x) -> bool
 
"size_t" __len__ (self, *args)
 len(self) -> size_t
 
"sync_source_t const &" __getitem__ (self, *args)
 getitem(self, i) -> sync_source_t
 
"void" __setitem__ (self, *args)
 setitem(self, i, v)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from sync_source_vec_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Additional Inherited Members

- Static Public Attributes inherited from sync_source_vec_t
 front = ida_idaapi._qvector_front
 
 back = ida_idaapi._qvector_back
 
- Protected Member Functions inherited from sync_source_vec_t
"bool" _del (self, *args)
 _del(self, x) -> bool
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Reimplemented from sync_source_vec_t.

Member Function Documentation

◆ has()

"bool" has ( self,
* args )
Parameters
sssync_source_t const &

Reimplemented from sync_source_vec_t.

◆ has_register()

"bool" has_register ( self,
* args )
Parameters
rchar const *

◆ has_widget()

"bool" has_widget ( self,
* args )
Parameters
vTWidget const *

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: