|
def | iterator (self) |
|
def | __iter__ (self) |
|
def | __nonzero__ (self) |
|
def | __bool__ (self) |
|
def | __len__ (self) |
|
def | __iter__ (self) |
|
def | iterkeys (self) |
|
def | itervalues (self) |
|
def | iteritems (self) |
|
def | __getitem__ (self, key) |
|
def | __delitem__ (self, key) |
|
def | has_key (self, key) |
|
def | keys (self) |
|
def | values (self) |
|
def | items (self) |
|
def | __contains__ (self, key) |
|
def | key_iterator (self) |
|
def | value_iterator (self) |
|
def | __setitem__ (self, *args) |
|
def | asdict (self) |
|
def | __init__ (self, *args) |
|
def | empty (self) |
|
def | size (self) |
|
def | swap (self, v) |
|
def | begin (self) |
|
def | end (self) |
|
def | rbegin (self) |
|
def | rend (self) |
|
def | clear (self) |
|
def | get_allocator (self) |
|
def | count (self, x) |
|
def | erase (self, *args) |
|
def | find (self, x) |
|
def | lower_bound (self, x) |
|
def | upper_bound (self, x) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ std::map< int,NETINFO_ITEM * > class.
Definition at line 16525 of file pcbnew.py.
◆ __init__()
def pcbnew.NETCODES_MAP.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(NETCODES_MAP self, std::less< int > const & other) -> NETCODES_MAP
__init__(NETCODES_MAP self) -> NETCODES_MAP
__init__(NETCODES_MAP self, NETCODES_MAP other) -> NETCODES_MAP
Definition at line 16604 of file pcbnew.py.
◆ __bool__()
def pcbnew.NETCODES_MAP.__bool__ |
( |
|
self | ) |
|
__bool__(NETCODES_MAP self) -> bool
Definition at line 16541 of file pcbnew.py.
◆ __contains__()
def pcbnew.NETCODES_MAP.__contains__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
__contains__(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & key) -> bool
Definition at line 16581 of file pcbnew.py.
◆ __delitem__()
def pcbnew.NETCODES_MAP.__delitem__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
__delitem__(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & key)
Definition at line 16561 of file pcbnew.py.
◆ __getitem__()
def pcbnew.NETCODES_MAP.__getitem__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
__getitem__(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & key) -> NETINFO_ITEM
Definition at line 16557 of file pcbnew.py.
◆ __iter__() [1/2]
def pcbnew.NETCODES_MAP.__iter__ |
( |
|
self | ) |
|
◆ __iter__() [2/2]
def pcbnew.NETCODES_MAP.__iter__ |
( |
|
self | ) |
|
◆ __len__()
def pcbnew.NETCODES_MAP.__len__ |
( |
|
self | ) |
|
__len__(NETCODES_MAP self) -> std::map< int,NETINFO_ITEM * >::size_type
Definition at line 16545 of file pcbnew.py.
◆ __nonzero__()
def pcbnew.NETCODES_MAP.__nonzero__ |
( |
|
self | ) |
|
__nonzero__(NETCODES_MAP self) -> bool
Definition at line 16537 of file pcbnew.py.
◆ __setitem__()
def 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 16593 of file pcbnew.py.
◆ asdict()
def pcbnew.NETCODES_MAP.asdict |
( |
|
self | ) |
|
asdict(NETCODES_MAP self) -> PyObject *
Definition at line 16600 of file pcbnew.py.
◆ begin()
def pcbnew.NETCODES_MAP.begin |
( |
|
self | ) |
|
begin(NETCODES_MAP self) -> std::map< int,NETINFO_ITEM * >::iterator
Definition at line 16624 of file pcbnew.py.
◆ clear()
def pcbnew.NETCODES_MAP.clear |
( |
|
self | ) |
|
◆ count()
def pcbnew.NETCODES_MAP.count |
( |
|
self, |
|
|
|
x |
|
) |
| |
count(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & x) -> std::map< int,NETINFO_ITEM * >::size_type
Definition at line 16648 of file pcbnew.py.
◆ empty()
def pcbnew.NETCODES_MAP.empty |
( |
|
self | ) |
|
empty(NETCODES_MAP self) -> bool
Definition at line 16612 of file pcbnew.py.
◆ end()
def pcbnew.NETCODES_MAP.end |
( |
|
self | ) |
|
end(NETCODES_MAP self) -> std::map< int,NETINFO_ITEM * >::iterator
Definition at line 16628 of file pcbnew.py.
◆ erase()
def 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 16652 of file pcbnew.py.
◆ find()
def pcbnew.NETCODES_MAP.find |
( |
|
self, |
|
|
|
x |
|
) |
| |
find(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & x) -> std::map< int,NETINFO_ITEM * >::iterator
Definition at line 16660 of file pcbnew.py.
◆ get_allocator()
def pcbnew.NETCODES_MAP.get_allocator |
( |
|
self | ) |
|
get_allocator(NETCODES_MAP self) -> std::map< int,NETINFO_ITEM * >::allocator_type
Definition at line 16644 of file pcbnew.py.
◆ has_key()
def pcbnew.NETCODES_MAP.has_key |
( |
|
self, |
|
|
|
key |
|
) |
| |
has_key(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & key) -> bool
Definition at line 16565 of file pcbnew.py.
◆ items()
def pcbnew.NETCODES_MAP.items |
( |
|
self | ) |
|
items(NETCODES_MAP self) -> PyObject *
Definition at line 16577 of file pcbnew.py.
◆ iterator()
def pcbnew.NETCODES_MAP.iterator |
( |
|
self | ) |
|
iterator(NETCODES_MAP self) -> SwigPyIterator
Definition at line 16531 of file pcbnew.py.
◆ iteritems()
def pcbnew.NETCODES_MAP.iteritems |
( |
|
self | ) |
|
◆ iterkeys()
def pcbnew.NETCODES_MAP.iterkeys |
( |
|
self | ) |
|
◆ itervalues()
def pcbnew.NETCODES_MAP.itervalues |
( |
|
self | ) |
|
◆ key_iterator()
def pcbnew.NETCODES_MAP.key_iterator |
( |
|
self | ) |
|
key_iterator(NETCODES_MAP self) -> SwigPyIterator
Definition at line 16585 of file pcbnew.py.
◆ keys()
def pcbnew.NETCODES_MAP.keys |
( |
|
self | ) |
|
keys(NETCODES_MAP self) -> PyObject *
Definition at line 16569 of file pcbnew.py.
◆ lower_bound()
def pcbnew.NETCODES_MAP.lower_bound |
( |
|
self, |
|
|
|
x |
|
) |
| |
lower_bound(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & x) -> std::map< int,NETINFO_ITEM * >::iterator
Definition at line 16664 of file pcbnew.py.
◆ rbegin()
def pcbnew.NETCODES_MAP.rbegin |
( |
|
self | ) |
|
rbegin(NETCODES_MAP self) -> std::map< int,NETINFO_ITEM * >::reverse_iterator
Definition at line 16632 of file pcbnew.py.
◆ rend()
def pcbnew.NETCODES_MAP.rend |
( |
|
self | ) |
|
rend(NETCODES_MAP self) -> std::map< int,NETINFO_ITEM * >::reverse_iterator
Definition at line 16636 of file pcbnew.py.
◆ size()
def pcbnew.NETCODES_MAP.size |
( |
|
self | ) |
|
size(NETCODES_MAP self) -> std::map< int,NETINFO_ITEM * >::size_type
Definition at line 16616 of file pcbnew.py.
◆ swap()
def pcbnew.NETCODES_MAP.swap |
( |
|
self, |
|
|
|
v |
|
) |
| |
swap(NETCODES_MAP self, NETCODES_MAP v)
Definition at line 16620 of file pcbnew.py.
◆ upper_bound()
def pcbnew.NETCODES_MAP.upper_bound |
( |
|
self, |
|
|
|
x |
|
) |
| |
upper_bound(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & x) -> std::map< int,NETINFO_ITEM * >::iterator
Definition at line 16668 of file pcbnew.py.
◆ value_iterator()
def pcbnew.NETCODES_MAP.value_iterator |
( |
|
self | ) |
|
value_iterator(NETCODES_MAP self) -> SwigPyIterator
Definition at line 16589 of file pcbnew.py.
◆ values()
def pcbnew.NETCODES_MAP.values |
( |
|
self | ) |
|
values(NETCODES_MAP self) -> PyObject *
Definition at line 16573 of file pcbnew.py.
◆ thisown
pcbnew.NETCODES_MAP.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: