|
| 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) |
| |
|
| property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
Proxy of C++ std::map< wxString,wxString > class.
Definition at line 20442 of file pcbnew.py.
◆ __init__()
| def pcbnew.MAP_STRING_STRING.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(MAP_STRING_STRING self, std::less< wxString > const & other) -> MAP_STRING_STRING
__init__(MAP_STRING_STRING self) -> MAP_STRING_STRING
__init__(MAP_STRING_STRING self, MAP_STRING_STRING other) -> MAP_STRING_STRING
Definition at line 20521 of file pcbnew.py.
◆ __bool__()
| def pcbnew.MAP_STRING_STRING.__bool__ |
( |
|
self | ) |
|
__bool__(MAP_STRING_STRING self) -> bool
Definition at line 20458 of file pcbnew.py.
◆ __contains__()
| def pcbnew.MAP_STRING_STRING.__contains__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
__contains__(MAP_STRING_STRING self, wxString key) -> bool
Definition at line 20498 of file pcbnew.py.
◆ __delitem__()
| def pcbnew.MAP_STRING_STRING.__delitem__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
__delitem__(MAP_STRING_STRING self, wxString key)
Definition at line 20478 of file pcbnew.py.
◆ __getitem__()
| def pcbnew.MAP_STRING_STRING.__getitem__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
__getitem__(MAP_STRING_STRING self, wxString key) -> wxString
Definition at line 20474 of file pcbnew.py.
◆ __iter__() [1/2]
| def pcbnew.MAP_STRING_STRING.__iter__ |
( |
|
self | ) |
|
◆ __iter__() [2/2]
| def pcbnew.MAP_STRING_STRING.__iter__ |
( |
|
self | ) |
|
◆ __len__()
| def pcbnew.MAP_STRING_STRING.__len__ |
( |
|
self | ) |
|
__len__(MAP_STRING_STRING self) -> std::map< wxString,wxString >::size_type
Definition at line 20462 of file pcbnew.py.
◆ __nonzero__()
| def pcbnew.MAP_STRING_STRING.__nonzero__ |
( |
|
self | ) |
|
__nonzero__(MAP_STRING_STRING self) -> bool
Definition at line 20454 of file pcbnew.py.
◆ __setitem__()
| def pcbnew.MAP_STRING_STRING.__setitem__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__setitem__(MAP_STRING_STRING self, wxString key)
__setitem__(MAP_STRING_STRING self, wxString key, wxString x)
Definition at line 20510 of file pcbnew.py.
◆ asdict()
| def pcbnew.MAP_STRING_STRING.asdict |
( |
|
self | ) |
|
asdict(MAP_STRING_STRING self) -> PyObject *
Definition at line 20517 of file pcbnew.py.
◆ begin()
| def pcbnew.MAP_STRING_STRING.begin |
( |
|
self | ) |
|
begin(MAP_STRING_STRING self) -> std::map< wxString,wxString >::iterator
Definition at line 20541 of file pcbnew.py.
◆ clear()
| def pcbnew.MAP_STRING_STRING.clear |
( |
|
self | ) |
|
clear(MAP_STRING_STRING self)
Definition at line 20557 of file pcbnew.py.
◆ count()
| def pcbnew.MAP_STRING_STRING.count |
( |
|
self, |
|
|
|
x |
|
) |
| |
count(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::size_type
Definition at line 20565 of file pcbnew.py.
◆ empty()
| def pcbnew.MAP_STRING_STRING.empty |
( |
|
self | ) |
|
empty(MAP_STRING_STRING self) -> bool
Definition at line 20529 of file pcbnew.py.
◆ end()
| def pcbnew.MAP_STRING_STRING.end |
( |
|
self | ) |
|
end(MAP_STRING_STRING self) -> std::map< wxString,wxString >::iterator
Definition at line 20545 of file pcbnew.py.
◆ erase()
| def pcbnew.MAP_STRING_STRING.erase |
( |
|
self, |
|
|
* |
args |
|
) |
| |
erase(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::size_type
erase(MAP_STRING_STRING self, std::map< wxString,wxString >::iterator position)
erase(MAP_STRING_STRING self, std::map< wxString,wxString >::iterator first, std::map< wxString,wxString >::iterator last)
Definition at line 20569 of file pcbnew.py.
◆ find()
| def pcbnew.MAP_STRING_STRING.find |
( |
|
self, |
|
|
|
x |
|
) |
| |
find(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::iterator
Definition at line 20577 of file pcbnew.py.
◆ get_allocator()
| def pcbnew.MAP_STRING_STRING.get_allocator |
( |
|
self | ) |
|
get_allocator(MAP_STRING_STRING self) -> std::map< wxString,wxString >::allocator_type
Definition at line 20561 of file pcbnew.py.
◆ has_key()
| def pcbnew.MAP_STRING_STRING.has_key |
( |
|
self, |
|
|
|
key |
|
) |
| |
has_key(MAP_STRING_STRING self, wxString key) -> bool
Definition at line 20482 of file pcbnew.py.
◆ items()
| def pcbnew.MAP_STRING_STRING.items |
( |
|
self | ) |
|
items(MAP_STRING_STRING self) -> PyObject *
Definition at line 20494 of file pcbnew.py.
◆ iterator()
| def pcbnew.MAP_STRING_STRING.iterator |
( |
|
self | ) |
|
iterator(MAP_STRING_STRING self) -> SwigPyIterator
Definition at line 20448 of file pcbnew.py.
◆ iteritems()
| def pcbnew.MAP_STRING_STRING.iteritems |
( |
|
self | ) |
|
◆ iterkeys()
| def pcbnew.MAP_STRING_STRING.iterkeys |
( |
|
self | ) |
|
◆ itervalues()
| def pcbnew.MAP_STRING_STRING.itervalues |
( |
|
self | ) |
|
◆ key_iterator()
| def pcbnew.MAP_STRING_STRING.key_iterator |
( |
|
self | ) |
|
key_iterator(MAP_STRING_STRING self) -> SwigPyIterator
Definition at line 20502 of file pcbnew.py.
◆ keys()
| def pcbnew.MAP_STRING_STRING.keys |
( |
|
self | ) |
|
keys(MAP_STRING_STRING self) -> PyObject *
Definition at line 20486 of file pcbnew.py.
◆ lower_bound()
| def pcbnew.MAP_STRING_STRING.lower_bound |
( |
|
self, |
|
|
|
x |
|
) |
| |
lower_bound(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::iterator
Definition at line 20581 of file pcbnew.py.
◆ rbegin()
| def pcbnew.MAP_STRING_STRING.rbegin |
( |
|
self | ) |
|
rbegin(MAP_STRING_STRING self) -> std::map< wxString,wxString >::reverse_iterator
Definition at line 20549 of file pcbnew.py.
◆ rend()
| def pcbnew.MAP_STRING_STRING.rend |
( |
|
self | ) |
|
rend(MAP_STRING_STRING self) -> std::map< wxString,wxString >::reverse_iterator
Definition at line 20553 of file pcbnew.py.
◆ size()
| def pcbnew.MAP_STRING_STRING.size |
( |
|
self | ) |
|
size(MAP_STRING_STRING self) -> std::map< wxString,wxString >::size_type
Definition at line 20533 of file pcbnew.py.
◆ swap()
| def pcbnew.MAP_STRING_STRING.swap |
( |
|
self, |
|
|
|
v |
|
) |
| |
swap(MAP_STRING_STRING self, MAP_STRING_STRING v)
Definition at line 20537 of file pcbnew.py.
◆ upper_bound()
| def pcbnew.MAP_STRING_STRING.upper_bound |
( |
|
self, |
|
|
|
x |
|
) |
| |
upper_bound(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::iterator
Definition at line 20585 of file pcbnew.py.
◆ value_iterator()
| def pcbnew.MAP_STRING_STRING.value_iterator |
( |
|
self | ) |
|
value_iterator(MAP_STRING_STRING self) -> SwigPyIterator
Definition at line 20506 of file pcbnew.py.
◆ values()
| def pcbnew.MAP_STRING_STRING.values |
( |
|
self | ) |
|
values(MAP_STRING_STRING self) -> PyObject *
Definition at line 20490 of file pcbnew.py.
◆ thisown
| property pcbnew.MAP_STRING_STRING.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: