|
"swig::SwigPyIterator *" | iterator (self) |
|
def | __iter__ (self) |
|
"bool" | __nonzero__ (self) |
|
"bool" | __bool__ (self) |
|
"std::map< int,NETINFO_ITEM * >::size_type" | __len__ (self) |
|
def | __iter__ (self) |
|
def | iterkeys (self) |
|
def | itervalues (self) |
|
def | iteritems (self) |
|
"std::map< int,NETINFO_ITEM * >::mapped_type const &" | __getitem__ (self, "std::map< int,NETINFO_ITEM * >::key_type const &" key) |
|
"void" | __delitem__ (self, "std::map< int,NETINFO_ITEM * >::key_type const &" key) |
|
"bool" | has_key (self, "std::map< int,NETINFO_ITEM * >::key_type const &" key) |
|
"PyObject *" | keys (self) |
|
"PyObject *" | values (self) |
|
"PyObject *" | items (self) |
|
"bool" | __contains__ (self, "std::map< int,NETINFO_ITEM * >::key_type const &" key) |
|
"swig::SwigPyIterator *" | key_iterator (self) |
|
"swig::SwigPyIterator *" | value_iterator (self) |
|
"void" | __setitem__ (self, *args) |
|
"PyObject *" | asdict (self) |
|
def | __init__ (self, *args) |
|
"bool" | empty (self) |
|
"std::map< int,NETINFO_ITEM * >::size_type" | size (self) |
|
"void" | swap (self, "NETCODES_MAP" v) |
|
"std::map< int,NETINFO_ITEM * >::iterator" | begin (self) |
|
"std::map< int,NETINFO_ITEM * >::iterator" | end (self) |
|
"std::map< int,NETINFO_ITEM * >::reverse_iterator" | rbegin (self) |
|
"std::map< int,NETINFO_ITEM * >::reverse_iterator" | rend (self) |
|
"void" | clear (self) |
|
"std::map< int,NETINFO_ITEM * >::allocator_type" | get_allocator (self) |
|
"std::map< int,NETINFO_ITEM * >::size_type" | count (self, "std::map< int,NETINFO_ITEM * >::key_type const &" x) |
|
"void" | erase (self, *args) |
|
"std::map< int,NETINFO_ITEM * >::iterator" | find (self, "std::map< int,NETINFO_ITEM * >::key_type const &" x) |
|
"std::map< int,NETINFO_ITEM * >::iterator" | lower_bound (self, "std::map< int,NETINFO_ITEM * >::key_type const &" x) |
|
"std::map< int,NETINFO_ITEM * >::iterator" | upper_bound (self, "std::map< int,NETINFO_ITEM * >::key_type const &" x) |
|
Proxy of C++ std::map< int,NETINFO_ITEM * > class.
Definition at line 15279 of file pcbnew.py.
"void" pcbnew.NETCODES_MAP.__setitem__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__setitem__(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & key)
__setitem__(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & key, NETINFO_ITEM x)
Definition at line 15347 of file pcbnew.py.
"void" pcbnew.NETCODES_MAP.erase |
( |
|
self, |
|
|
* |
args |
|
) |
| |
erase(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & x) -> std::map< int,NETINFO_ITEM * >::size_type
erase(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::iterator position)
erase(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::iterator first, std::map< int,NETINFO_ITEM * >::iterator last)
Definition at line 15406 of file pcbnew.py.