|
| iterator (self) |
|
| __iter__ (self) |
|
| __nonzero__ (self) |
|
| __bool__ (self) |
|
| __len__ (self) |
|
| __iter__ (self) |
|
| iterkeys (self) |
|
| itervalues (self) |
|
| iteritems (self) |
|
| __getitem__ (self, key) |
|
| __delitem__ (self, key) |
|
| has_key (self, key) |
|
| keys (self) |
|
| values (self) |
|
| items (self) |
|
| __contains__ (self, key) |
|
| key_iterator (self) |
|
| value_iterator (self) |
|
| __setitem__ (self, *args) |
|
| asdict (self) |
|
| __init__ (self, *args) |
|
| empty (self) |
|
| size (self) |
|
| swap (self, v) |
|
| begin (self) |
|
| end (self) |
|
| rbegin (self) |
|
| rend (self) |
|
| clear (self) |
|
| get_allocator (self) |
|
| count (self, x) |
|
| erase (self, *args) |
|
| find (self, x) |
|
| lower_bound (self, x) |
|
| 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< wxString,wxString > class.
Definition at line 21198 of file pcbnew.py.
◆ __init__()
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 21277 of file pcbnew.py.
◆ __bool__()
pcbnew.MAP_STRING_STRING.__bool__ |
( |
| self | ) |
|
__bool__(MAP_STRING_STRING self) -> bool
Definition at line 21214 of file pcbnew.py.
◆ __contains__()
pcbnew.MAP_STRING_STRING.__contains__ |
( |
| self, |
|
|
| key ) |
__contains__(MAP_STRING_STRING self, wxString key) -> bool
Definition at line 21254 of file pcbnew.py.
◆ __delitem__()
pcbnew.MAP_STRING_STRING.__delitem__ |
( |
| self, |
|
|
| key ) |
__delitem__(MAP_STRING_STRING self, wxString key)
Definition at line 21234 of file pcbnew.py.
◆ __getitem__()
pcbnew.MAP_STRING_STRING.__getitem__ |
( |
| self, |
|
|
| key ) |
__getitem__(MAP_STRING_STRING self, wxString key) -> wxString
Definition at line 21230 of file pcbnew.py.
◆ __iter__() [1/2]
pcbnew.MAP_STRING_STRING.__iter__ |
( |
| self | ) |
|
◆ __iter__() [2/2]
pcbnew.MAP_STRING_STRING.__iter__ |
( |
| self | ) |
|
◆ __len__()
pcbnew.MAP_STRING_STRING.__len__ |
( |
| self | ) |
|
__len__(MAP_STRING_STRING self) -> std::map< wxString,wxString >::size_type
Definition at line 21218 of file pcbnew.py.
◆ __nonzero__()
pcbnew.MAP_STRING_STRING.__nonzero__ |
( |
| self | ) |
|
__nonzero__(MAP_STRING_STRING self) -> bool
Definition at line 21210 of file pcbnew.py.
◆ __setitem__()
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 21266 of file pcbnew.py.
◆ asdict()
pcbnew.MAP_STRING_STRING.asdict |
( |
| self | ) |
|
asdict(MAP_STRING_STRING self) -> PyObject *
Definition at line 21273 of file pcbnew.py.
◆ begin()
pcbnew.MAP_STRING_STRING.begin |
( |
| self | ) |
|
begin(MAP_STRING_STRING self) -> std::map< wxString,wxString >::iterator
Definition at line 21297 of file pcbnew.py.
◆ clear()
pcbnew.MAP_STRING_STRING.clear |
( |
| self | ) |
|
clear(MAP_STRING_STRING self)
Definition at line 21313 of file pcbnew.py.
◆ count()
pcbnew.MAP_STRING_STRING.count |
( |
| self, |
|
|
| x ) |
count(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::size_type
Definition at line 21321 of file pcbnew.py.
◆ empty()
pcbnew.MAP_STRING_STRING.empty |
( |
| self | ) |
|
empty(MAP_STRING_STRING self) -> bool
Definition at line 21285 of file pcbnew.py.
◆ end()
pcbnew.MAP_STRING_STRING.end |
( |
| self | ) |
|
end(MAP_STRING_STRING self) -> std::map< wxString,wxString >::iterator
Definition at line 21301 of file pcbnew.py.
◆ erase()
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 21325 of file pcbnew.py.
◆ find()
pcbnew.MAP_STRING_STRING.find |
( |
| self, |
|
|
| x ) |
find(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::iterator
Definition at line 21333 of file pcbnew.py.
◆ get_allocator()
pcbnew.MAP_STRING_STRING.get_allocator |
( |
| self | ) |
|
get_allocator(MAP_STRING_STRING self) -> std::map< wxString,wxString >::allocator_type
Definition at line 21317 of file pcbnew.py.
◆ has_key()
pcbnew.MAP_STRING_STRING.has_key |
( |
| self, |
|
|
| key ) |
has_key(MAP_STRING_STRING self, wxString key) -> bool
Definition at line 21238 of file pcbnew.py.
◆ items()
pcbnew.MAP_STRING_STRING.items |
( |
| self | ) |
|
items(MAP_STRING_STRING self) -> PyObject *
Definition at line 21250 of file pcbnew.py.
◆ iterator()
pcbnew.MAP_STRING_STRING.iterator |
( |
| self | ) |
|
iterator(MAP_STRING_STRING self) -> SwigPyIterator
Definition at line 21204 of file pcbnew.py.
◆ iteritems()
pcbnew.MAP_STRING_STRING.iteritems |
( |
| self | ) |
|
◆ iterkeys()
pcbnew.MAP_STRING_STRING.iterkeys |
( |
| self | ) |
|
◆ itervalues()
pcbnew.MAP_STRING_STRING.itervalues |
( |
| self | ) |
|
◆ key_iterator()
pcbnew.MAP_STRING_STRING.key_iterator |
( |
| self | ) |
|
key_iterator(MAP_STRING_STRING self) -> SwigPyIterator
Definition at line 21258 of file pcbnew.py.
◆ keys()
pcbnew.MAP_STRING_STRING.keys |
( |
| self | ) |
|
keys(MAP_STRING_STRING self) -> PyObject *
Definition at line 21242 of file pcbnew.py.
◆ lower_bound()
pcbnew.MAP_STRING_STRING.lower_bound |
( |
| self, |
|
|
| x ) |
lower_bound(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::iterator
Definition at line 21337 of file pcbnew.py.
◆ rbegin()
pcbnew.MAP_STRING_STRING.rbegin |
( |
| self | ) |
|
rbegin(MAP_STRING_STRING self) -> std::map< wxString,wxString >::reverse_iterator
Definition at line 21305 of file pcbnew.py.
◆ rend()
pcbnew.MAP_STRING_STRING.rend |
( |
| self | ) |
|
rend(MAP_STRING_STRING self) -> std::map< wxString,wxString >::reverse_iterator
Definition at line 21309 of file pcbnew.py.
◆ size()
pcbnew.MAP_STRING_STRING.size |
( |
| self | ) |
|
size(MAP_STRING_STRING self) -> std::map< wxString,wxString >::size_type
Definition at line 21289 of file pcbnew.py.
◆ swap()
pcbnew.MAP_STRING_STRING.swap |
( |
| self, |
|
|
| v ) |
swap(MAP_STRING_STRING self, MAP_STRING_STRING v)
Definition at line 21293 of file pcbnew.py.
◆ upper_bound()
pcbnew.MAP_STRING_STRING.upper_bound |
( |
| self, |
|
|
| x ) |
upper_bound(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::iterator
Definition at line 21341 of file pcbnew.py.
◆ value_iterator()
pcbnew.MAP_STRING_STRING.value_iterator |
( |
| self | ) |
|
value_iterator(MAP_STRING_STRING self) -> SwigPyIterator
Definition at line 21262 of file pcbnew.py.
◆ values()
pcbnew.MAP_STRING_STRING.values |
( |
| self | ) |
|
values(MAP_STRING_STRING self) -> PyObject *
Definition at line 21246 of file pcbnew.py.
◆ thisown
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: