|
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< wxString,wxString > class.
Definition at line 18200 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 18279 of file pcbnew.py.
◆ __bool__()
def pcbnew.MAP_STRING_STRING.__bool__ |
( |
|
self | ) |
|
__bool__(MAP_STRING_STRING self) -> bool
Definition at line 18216 of file pcbnew.py.
◆ __contains__()
def pcbnew.MAP_STRING_STRING.__contains__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
__contains__(MAP_STRING_STRING self, wxString key) -> bool
Definition at line 18256 of file pcbnew.py.
◆ __delitem__()
def pcbnew.MAP_STRING_STRING.__delitem__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
__delitem__(MAP_STRING_STRING self, wxString key)
Definition at line 18236 of file pcbnew.py.
◆ __getitem__()
def pcbnew.MAP_STRING_STRING.__getitem__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
__getitem__(MAP_STRING_STRING self, wxString key) -> wxString
Definition at line 18232 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 18220 of file pcbnew.py.
◆ __nonzero__()
def pcbnew.MAP_STRING_STRING.__nonzero__ |
( |
|
self | ) |
|
__nonzero__(MAP_STRING_STRING self) -> bool
Definition at line 18212 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 18268 of file pcbnew.py.
◆ asdict()
def pcbnew.MAP_STRING_STRING.asdict |
( |
|
self | ) |
|
asdict(MAP_STRING_STRING self) -> PyObject *
Definition at line 18275 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 18299 of file pcbnew.py.
◆ clear()
def pcbnew.MAP_STRING_STRING.clear |
( |
|
self | ) |
|
clear(MAP_STRING_STRING self)
Definition at line 18315 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 18323 of file pcbnew.py.
◆ empty()
def pcbnew.MAP_STRING_STRING.empty |
( |
|
self | ) |
|
empty(MAP_STRING_STRING self) -> bool
Definition at line 18287 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 18303 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 18327 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 18335 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 18319 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 18240 of file pcbnew.py.
◆ items()
def pcbnew.MAP_STRING_STRING.items |
( |
|
self | ) |
|
items(MAP_STRING_STRING self) -> PyObject *
Definition at line 18252 of file pcbnew.py.
◆ iterator()
def pcbnew.MAP_STRING_STRING.iterator |
( |
|
self | ) |
|
iterator(MAP_STRING_STRING self) -> SwigPyIterator
Definition at line 18206 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 18260 of file pcbnew.py.
◆ keys()
def pcbnew.MAP_STRING_STRING.keys |
( |
|
self | ) |
|
keys(MAP_STRING_STRING self) -> PyObject *
Definition at line 18244 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 18339 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 18307 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 18311 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 18291 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 18295 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 18343 of file pcbnew.py.
◆ value_iterator()
def pcbnew.MAP_STRING_STRING.value_iterator |
( |
|
self | ) |
|
value_iterator(MAP_STRING_STRING self) -> SwigPyIterator
Definition at line 18264 of file pcbnew.py.
◆ values()
def pcbnew.MAP_STRING_STRING.values |
( |
|
self | ) |
|
values(MAP_STRING_STRING self) -> PyObject *
Definition at line 18248 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: