Public Member Functions | |
"swig::SwigPyIterator *" | iterator (self) |
def | __iter__ (self) |
"bool" | __nonzero__ (self) |
"bool" | __bool__ (self) |
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::size_type" | __len__ (self) |
def | __iter__ (self) |
def | iterkeys (self) |
def | itervalues (self) |
def | iteritems (self) |
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::mapped_type const &" | __getitem__ (self, "string" key) |
"void" | __delitem__ (self, "string" key) |
"bool" | has_key (self, "string" key) |
"PyObject *" | keys (self) |
"PyObject *" | values (self) |
"PyObject *" | items (self) |
"bool" | __contains__ (self, "string" 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< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::size_type" | size (self) |
"void" | swap (self, "str_utf8_Map" v) |
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator" | begin (self) |
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator" | end (self) |
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::reverse_iterator" | rbegin (self) |
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::reverse_iterator" | rend (self) |
"void" | clear (self) |
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::allocator_type" | get_allocator (self) |
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::size_type" | count (self, "string" x) |
"void" | erase (self, *args) |
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator" | find (self, "string" x) |
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator" | lower_bound (self, "string" x) |
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator" | upper_bound (self, "string" x) |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
def pcbnew.str_utf8_Map.__init__ | ( | self, | |
* | args | ||
) |
__init__(str_utf8_Map self, std::less< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > const & other) -> str_utf8_Map __init__(str_utf8_Map self) -> str_utf8_Map __init__(str_utf8_Map self, str_utf8_Map other) -> str_utf8_Map
Definition at line 3294 of file pcbnew.py.
"bool" pcbnew.str_utf8_Map.__bool__ | ( | self | ) |
"bool" pcbnew.str_utf8_Map.__contains__ | ( | self, | |
"string" | key | ||
) |
"void" pcbnew.str_utf8_Map.__delitem__ | ( | self, | |
"string" | key | ||
) |
"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.mapped_type const &" pcbnew.str_utf8_Map.__getitem__ | ( | self, | |
"string" | key | ||
) |
"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.size_type" pcbnew.str_utf8_Map.__len__ | ( | self | ) |
"bool" pcbnew.str_utf8_Map.__nonzero__ | ( | self | ) |
"void" pcbnew.str_utf8_Map.__setitem__ | ( | self, | |
* | args | ||
) |
"PyObject *" pcbnew.str_utf8_Map.asdict | ( | self | ) |
"void" pcbnew.str_utf8_Map.clear | ( | self | ) |
"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.size_type" pcbnew.str_utf8_Map.count | ( | self, | |
"string" | x | ||
) |
"bool" pcbnew.str_utf8_Map.empty | ( | self | ) |
"void" pcbnew.str_utf8_Map.erase | ( | self, | |
* | args | ||
) |
erase(str_utf8_Map self, string x) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::size_type erase(str_utf8_Map self, std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator position) erase(str_utf8_Map self, std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator first, std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator last)
Definition at line 3342 of file pcbnew.py.
"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.allocator_type" pcbnew.str_utf8_Map.get_allocator | ( | self | ) |
"bool" pcbnew.str_utf8_Map.has_key | ( | self, | |
"string" | key | ||
) |
"PyObject *" pcbnew.str_utf8_Map.items | ( | self | ) |
"swig.SwigPyIterator *" pcbnew.str_utf8_Map.iterator | ( | self | ) |
"swig.SwigPyIterator *" pcbnew.str_utf8_Map.key_iterator | ( | self | ) |
"PyObject *" pcbnew.str_utf8_Map.keys | ( | self | ) |
"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.reverse_iterator" pcbnew.str_utf8_Map.rbegin | ( | self | ) |
"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.reverse_iterator" pcbnew.str_utf8_Map.rend | ( | self | ) |
"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.size_type" pcbnew.str_utf8_Map.size | ( | self | ) |
"void" pcbnew.str_utf8_Map.swap | ( | self, | |
"str_utf8_Map" | v | ||
) |
"swig.SwigPyIterator *" pcbnew.str_utf8_Map.value_iterator | ( | self | ) |
"PyObject *" pcbnew.str_utf8_Map.values | ( | self | ) |
|
static |