|
"swig::SwigPyIterator *" | iterator (self) |
|
def | __iter__ (self) |
|
"bool" | __nonzero__ (self) |
|
"bool" | __bool__ (self) |
|
"std::map< wxString,std::shared_ptr< NETCLASS > >::size_type" | __len__ (self) |
|
def | __iter__ (self) |
|
def | iterkeys (self) |
|
def | itervalues (self) |
|
def | iteritems (self) |
|
"std::map< wxString,std::shared_ptr< NETCLASS > >::mapped_type const &" | __getitem__ (self, "wxString" key) |
|
"void" | __delitem__ (self, "wxString" key) |
|
"bool" | has_key (self, "wxString" key) |
|
"PyObject *" | keys (self) |
|
"PyObject *" | values (self) |
|
"PyObject *" | items (self) |
|
"bool" | __contains__ (self, "wxString" 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< wxString,std::shared_ptr< NETCLASS > >::size_type" | size (self) |
|
"void" | swap (self, "NETCLASS_MAP" v) |
|
"std::map< wxString,std::shared_ptr< NETCLASS > >::iterator" | begin (self) |
|
"std::map< wxString,std::shared_ptr< NETCLASS > >::iterator" | end (self) |
|
"std::map< wxString,std::shared_ptr< NETCLASS > >::reverse_iterator" | rbegin (self) |
|
"std::map< wxString,std::shared_ptr< NETCLASS > >::reverse_iterator" | rend (self) |
|
"void" | clear (self) |
|
"std::map< wxString,std::shared_ptr< NETCLASS > >::allocator_type" | get_allocator (self) |
|
"std::map< wxString,std::shared_ptr< NETCLASS > >::size_type" | count (self, "wxString" x) |
|
"void" | erase (self, *args) |
|
"std::map< wxString,std::shared_ptr< NETCLASS > >::iterator" | find (self, "wxString" x) |
|
"std::map< wxString,std::shared_ptr< NETCLASS > >::iterator" | lower_bound (self, "wxString" x) |
|
"std::map< wxString,std::shared_ptr< NETCLASS > >::iterator" | upper_bound (self, "wxString" 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,NETCLASSPTR > class.
Definition at line 15708 of file pcbnew.py.
◆ __init__()
def pcbnew.NETCLASS_MAP.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(NETCLASS_MAP self, std::less< wxString > const & other) -> NETCLASS_MAP
__init__(NETCLASS_MAP self) -> NETCLASS_MAP
__init__(NETCLASS_MAP self, NETCLASS_MAP other) -> NETCLASS_MAP
Definition at line 15787 of file pcbnew.py.
◆ __bool__()
"bool" pcbnew.NETCLASS_MAP.__bool__ |
( |
|
self | ) |
|
__bool__(NETCLASS_MAP self) -> bool
Definition at line 15724 of file pcbnew.py.
◆ __contains__()
"bool" pcbnew.NETCLASS_MAP.__contains__ |
( |
|
self, |
|
|
"wxString" |
key |
|
) |
| |
__contains__(NETCLASS_MAP self, wxString key) -> bool
Definition at line 15764 of file pcbnew.py.
◆ __delitem__()
"void" pcbnew.NETCLASS_MAP.__delitem__ |
( |
|
self, |
|
|
"wxString" |
key |
|
) |
| |
__delitem__(NETCLASS_MAP self, wxString key)
Definition at line 15744 of file pcbnew.py.
◆ __getitem__()
"std.map< wxString,std.shared_ptr< NETCLASS > >.mapped_type const &" pcbnew.NETCLASS_MAP.__getitem__ |
( |
|
self, |
|
|
"wxString" |
key |
|
) |
| |
__getitem__(NETCLASS_MAP self, wxString key) -> std::map< wxString,std::shared_ptr< NETCLASS > >::mapped_type const &
Definition at line 15740 of file pcbnew.py.
◆ __iter__() [1/2]
def pcbnew.NETCLASS_MAP.__iter__ |
( |
|
self | ) |
|
◆ __iter__() [2/2]
def pcbnew.NETCLASS_MAP.__iter__ |
( |
|
self | ) |
|
◆ __len__()
"std.map< wxString,std.shared_ptr< NETCLASS > >.size_type" pcbnew.NETCLASS_MAP.__len__ |
( |
|
self | ) |
|
__len__(NETCLASS_MAP self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::size_type
Definition at line 15728 of file pcbnew.py.
◆ __nonzero__()
"bool" pcbnew.NETCLASS_MAP.__nonzero__ |
( |
|
self | ) |
|
__nonzero__(NETCLASS_MAP self) -> bool
Definition at line 15720 of file pcbnew.py.
◆ __setitem__()
"void" pcbnew.NETCLASS_MAP.__setitem__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__setitem__(NETCLASS_MAP self, wxString key)
__setitem__(NETCLASS_MAP self, wxString key, std::map< wxString,std::shared_ptr< NETCLASS > >::mapped_type const & x)
Definition at line 15776 of file pcbnew.py.
◆ asdict()
"PyObject *" pcbnew.NETCLASS_MAP.asdict |
( |
|
self | ) |
|
asdict(NETCLASS_MAP self) -> PyObject *
Definition at line 15783 of file pcbnew.py.
◆ begin()
"std.map< wxString,std.shared_ptr< NETCLASS > >.iterator" pcbnew.NETCLASS_MAP.begin |
( |
|
self | ) |
|
begin(NETCLASS_MAP self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator
Definition at line 15807 of file pcbnew.py.
◆ clear()
"void" pcbnew.NETCLASS_MAP.clear |
( |
|
self | ) |
|
◆ count()
"std.map< wxString,std.shared_ptr< NETCLASS > >.size_type" pcbnew.NETCLASS_MAP.count |
( |
|
self, |
|
|
"wxString" |
x |
|
) |
| |
count(NETCLASS_MAP self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::size_type
Definition at line 15831 of file pcbnew.py.
◆ empty()
"bool" pcbnew.NETCLASS_MAP.empty |
( |
|
self | ) |
|
empty(NETCLASS_MAP self) -> bool
Definition at line 15795 of file pcbnew.py.
◆ end()
"std.map< wxString,std.shared_ptr< NETCLASS > >.iterator" pcbnew.NETCLASS_MAP.end |
( |
|
self | ) |
|
end(NETCLASS_MAP self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator
Definition at line 15811 of file pcbnew.py.
◆ erase()
"void" pcbnew.NETCLASS_MAP.erase |
( |
|
self, |
|
|
* |
args |
|
) |
| |
erase(NETCLASS_MAP self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::size_type
erase(NETCLASS_MAP self, std::map< wxString,std::shared_ptr< NETCLASS > >::iterator position)
erase(NETCLASS_MAP self, std::map< wxString,std::shared_ptr< NETCLASS > >::iterator first, std::map< wxString,std::shared_ptr< NETCLASS > >::iterator last)
Definition at line 15835 of file pcbnew.py.
◆ find()
"std.map< wxString,std.shared_ptr< NETCLASS > >.iterator" pcbnew.NETCLASS_MAP.find |
( |
|
self, |
|
|
"wxString" |
x |
|
) |
| |
find(NETCLASS_MAP self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator
Definition at line 15843 of file pcbnew.py.
◆ get_allocator()
"std.map< wxString,std.shared_ptr< NETCLASS > >.allocator_type" pcbnew.NETCLASS_MAP.get_allocator |
( |
|
self | ) |
|
get_allocator(NETCLASS_MAP self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::allocator_type
Definition at line 15827 of file pcbnew.py.
◆ has_key()
"bool" pcbnew.NETCLASS_MAP.has_key |
( |
|
self, |
|
|
"wxString" |
key |
|
) |
| |
has_key(NETCLASS_MAP self, wxString key) -> bool
Definition at line 15748 of file pcbnew.py.
◆ items()
"PyObject *" pcbnew.NETCLASS_MAP.items |
( |
|
self | ) |
|
items(NETCLASS_MAP self) -> PyObject *
Definition at line 15760 of file pcbnew.py.
◆ iterator()
"swig.SwigPyIterator *" pcbnew.NETCLASS_MAP.iterator |
( |
|
self | ) |
|
iterator(NETCLASS_MAP self) -> SwigPyIterator
Definition at line 15714 of file pcbnew.py.
◆ iteritems()
def pcbnew.NETCLASS_MAP.iteritems |
( |
|
self | ) |
|
◆ iterkeys()
def pcbnew.NETCLASS_MAP.iterkeys |
( |
|
self | ) |
|
◆ itervalues()
def pcbnew.NETCLASS_MAP.itervalues |
( |
|
self | ) |
|
◆ key_iterator()
"swig.SwigPyIterator *" pcbnew.NETCLASS_MAP.key_iterator |
( |
|
self | ) |
|
key_iterator(NETCLASS_MAP self) -> SwigPyIterator
Definition at line 15768 of file pcbnew.py.
◆ keys()
"PyObject *" pcbnew.NETCLASS_MAP.keys |
( |
|
self | ) |
|
keys(NETCLASS_MAP self) -> PyObject *
Definition at line 15752 of file pcbnew.py.
◆ lower_bound()
"std.map< wxString,std.shared_ptr< NETCLASS > >.iterator" pcbnew.NETCLASS_MAP.lower_bound |
( |
|
self, |
|
|
"wxString" |
x |
|
) |
| |
lower_bound(NETCLASS_MAP self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator
Definition at line 15847 of file pcbnew.py.
◆ rbegin()
"std.map< wxString,std.shared_ptr< NETCLASS > >.reverse_iterator" pcbnew.NETCLASS_MAP.rbegin |
( |
|
self | ) |
|
rbegin(NETCLASS_MAP self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::reverse_iterator
Definition at line 15815 of file pcbnew.py.
◆ rend()
"std.map< wxString,std.shared_ptr< NETCLASS > >.reverse_iterator" pcbnew.NETCLASS_MAP.rend |
( |
|
self | ) |
|
rend(NETCLASS_MAP self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::reverse_iterator
Definition at line 15819 of file pcbnew.py.
◆ size()
"std.map< wxString,std.shared_ptr< NETCLASS > >.size_type" pcbnew.NETCLASS_MAP.size |
( |
|
self | ) |
|
size(NETCLASS_MAP self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::size_type
Definition at line 15799 of file pcbnew.py.
◆ swap()
"void" pcbnew.NETCLASS_MAP.swap |
( |
|
self, |
|
|
"NETCLASS_MAP" |
v |
|
) |
| |
swap(NETCLASS_MAP self, NETCLASS_MAP v)
Definition at line 15803 of file pcbnew.py.
◆ upper_bound()
"std.map< wxString,std.shared_ptr< NETCLASS > >.iterator" pcbnew.NETCLASS_MAP.upper_bound |
( |
|
self, |
|
|
"wxString" |
x |
|
) |
| |
upper_bound(NETCLASS_MAP self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator
Definition at line 15851 of file pcbnew.py.
◆ value_iterator()
"swig.SwigPyIterator *" pcbnew.NETCLASS_MAP.value_iterator |
( |
|
self | ) |
|
value_iterator(NETCLASS_MAP self) -> SwigPyIterator
Definition at line 15772 of file pcbnew.py.
◆ values()
"PyObject *" pcbnew.NETCLASS_MAP.values |
( |
|
self | ) |
|
values(NETCLASS_MAP self) -> PyObject *
Definition at line 15756 of file pcbnew.py.
◆ thisown
pcbnew.NETCLASS_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: