KiCad Pcbnew Python Scripting
Public Member Functions | Properties | List of all members
pcbnew.str_utf8_Map Class Reference
Inheritance diagram for pcbnew.str_utf8_Map:
Inheritance graph
[legend]

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 >::iteratorbegin (self)
 
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iteratorend (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 >::iteratorfind (self, "string" x)
 
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iteratorlower_bound (self, "string" x)
 
"std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iteratorupper_bound (self, "string" x)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ std::map< std::string,UTF8 > class.

Definition at line 3215 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

"bool" pcbnew.str_utf8_Map.__bool__ (   self)
__bool__(str_utf8_Map self) -> bool

Definition at line 3231 of file pcbnew.py.

◆ __contains__()

"bool" pcbnew.str_utf8_Map.__contains__ (   self,
"string"  key 
)
__contains__(str_utf8_Map self, string key) -> bool

Definition at line 3271 of file pcbnew.py.

◆ __delitem__()

"void" pcbnew.str_utf8_Map.__delitem__ (   self,
"string"  key 
)
__delitem__(str_utf8_Map self, string key)

Definition at line 3251 of file pcbnew.py.

◆ __getitem__()

"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 
)
__getitem__(str_utf8_Map self, string key) -> UTF8

Definition at line 3247 of file pcbnew.py.

◆ __iter__() [1/2]

def pcbnew.str_utf8_Map.__iter__ (   self)

Definition at line 3224 of file pcbnew.py.

◆ __iter__() [2/2]

def pcbnew.str_utf8_Map.__iter__ (   self)

Definition at line 3238 of file pcbnew.py.

◆ __len__()

"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.size_type" pcbnew.str_utf8_Map.__len__ (   self)
__len__(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::size_type

Definition at line 3235 of file pcbnew.py.

◆ __nonzero__()

"bool" pcbnew.str_utf8_Map.__nonzero__ (   self)
__nonzero__(str_utf8_Map self) -> bool

Definition at line 3227 of file pcbnew.py.

◆ __setitem__()

"void" pcbnew.str_utf8_Map.__setitem__ (   self,
args 
)
    __setitem__(str_utf8_Map self, string key)
    __setitem__(str_utf8_Map self, string key, UTF8 x)

Definition at line 3283 of file pcbnew.py.

Here is the caller graph for this function:

◆ asdict()

"PyObject *" pcbnew.str_utf8_Map.asdict (   self)
asdict(str_utf8_Map self) -> PyObject *

Definition at line 3290 of file pcbnew.py.

◆ begin()

"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.iterator" pcbnew.str_utf8_Map.begin (   self)
begin(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator

Definition at line 3314 of file pcbnew.py.

◆ clear()

"void" pcbnew.str_utf8_Map.clear (   self)
clear(str_utf8_Map self)

Definition at line 3330 of file pcbnew.py.

◆ count()

"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.size_type" pcbnew.str_utf8_Map.count (   self,
"string"  x 
)
count(str_utf8_Map self, string x) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::size_type

Definition at line 3338 of file pcbnew.py.

◆ empty()

"bool" pcbnew.str_utf8_Map.empty (   self)
empty(str_utf8_Map self) -> bool

Definition at line 3302 of file pcbnew.py.

◆ end()

"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.iterator" pcbnew.str_utf8_Map.end (   self)
end(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator

Definition at line 3318 of file pcbnew.py.

◆ erase()

"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.

Here is the caller graph for this function:

◆ find()

"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.iterator" pcbnew.str_utf8_Map.find (   self,
"string"  x 
)
find(str_utf8_Map self, string x) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator

Definition at line 3350 of file pcbnew.py.

◆ get_allocator()

"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.allocator_type" pcbnew.str_utf8_Map.get_allocator (   self)
get_allocator(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::allocator_type

Definition at line 3334 of file pcbnew.py.

◆ has_key()

"bool" pcbnew.str_utf8_Map.has_key (   self,
"string"  key 
)
has_key(str_utf8_Map self, string key) -> bool

Definition at line 3255 of file pcbnew.py.

◆ items()

"PyObject *" pcbnew.str_utf8_Map.items (   self)
items(str_utf8_Map self) -> PyObject *

Definition at line 3267 of file pcbnew.py.

◆ iterator()

"swig.SwigPyIterator *" pcbnew.str_utf8_Map.iterator (   self)
iterator(str_utf8_Map self) -> SwigPyIterator

Definition at line 3221 of file pcbnew.py.

Here is the caller graph for this function:

◆ iteritems()

def pcbnew.str_utf8_Map.iteritems (   self)

Definition at line 3244 of file pcbnew.py.

◆ iterkeys()

def pcbnew.str_utf8_Map.iterkeys (   self)

Definition at line 3240 of file pcbnew.py.

◆ itervalues()

def pcbnew.str_utf8_Map.itervalues (   self)

Definition at line 3242 of file pcbnew.py.

◆ key_iterator()

"swig.SwigPyIterator *" pcbnew.str_utf8_Map.key_iterator (   self)
key_iterator(str_utf8_Map self) -> SwigPyIterator

Definition at line 3275 of file pcbnew.py.

Here is the caller graph for this function:

◆ keys()

"PyObject *" pcbnew.str_utf8_Map.keys (   self)
keys(str_utf8_Map self) -> PyObject *

Definition at line 3259 of file pcbnew.py.

◆ lower_bound()

"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.iterator" pcbnew.str_utf8_Map.lower_bound (   self,
"string"  x 
)
lower_bound(str_utf8_Map self, string x) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator

Definition at line 3354 of file pcbnew.py.

◆ rbegin()

"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.reverse_iterator" pcbnew.str_utf8_Map.rbegin (   self)
rbegin(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::reverse_iterator

Definition at line 3322 of file pcbnew.py.

◆ rend()

"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.reverse_iterator" pcbnew.str_utf8_Map.rend (   self)
rend(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::reverse_iterator

Definition at line 3326 of file pcbnew.py.

◆ size()

"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.size_type" pcbnew.str_utf8_Map.size (   self)
size(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::size_type

Definition at line 3306 of file pcbnew.py.

◆ swap()

"void" pcbnew.str_utf8_Map.swap (   self,
"str_utf8_Map"  v 
)
swap(str_utf8_Map self, str_utf8_Map v)

Definition at line 3310 of file pcbnew.py.

◆ upper_bound()

"std.map< std.basic_string< char,std.char_traits< char >,std.allocator< char > >,UTF8 >.iterator" pcbnew.str_utf8_Map.upper_bound (   self,
"string"  x 
)
upper_bound(str_utf8_Map self, string x) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator

Definition at line 3358 of file pcbnew.py.

◆ value_iterator()

"swig.SwigPyIterator *" pcbnew.str_utf8_Map.value_iterator (   self)
value_iterator(str_utf8_Map self) -> SwigPyIterator

Definition at line 3279 of file pcbnew.py.

Here is the caller graph for this function:

◆ values()

"PyObject *" pcbnew.str_utf8_Map.values (   self)
values(str_utf8_Map self) -> PyObject *

Definition at line 3263 of file pcbnew.py.

Property Documentation

◆ thisown

pcbnew.str_utf8_Map.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 3218 of file pcbnew.py.


The documentation for this class was generated from the following file: