enigma2
2.6
|
Public Member Functions | |
def | iterator (self) |
def | __iter__ (self) |
def | __nonzero__ (self) |
def | __bool__ (self) |
def | __len__ (self) |
def | __getslice__ (self, i, j) |
def | __setslice__ (self, *args) |
def | __delslice__ (self, i, j) |
def | __delitem__ (self, *args) |
def | __getitem__ (self, *args) |
def | __setitem__ (self, *args) |
def | pop (self) |
def | append (self, x) |
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 | pop_back (self) |
def | erase (self, *args) |
def | __init__ (self, *args) |
def | push_back (self, x) |
def | front (self) |
def | back (self) |
def | assign (self, n, x) |
def | resize (self, *args) |
def | insert (self, *args) |
def | pop_front (self) |
def | push_front (self, x) |
def | reverse (self) |
Static Public Attributes | |
thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
iterator | |
pop | |
append | |
empty | |
size | |
swap | |
begin | |
end | |
rbegin | |
rend | |
clear | |
get_allocator | |
pop_back | |
erase | |
push_back | |
front | |
back | |
assign | |
resize | |
insert | |
pop_front | |
push_front | |
reverse | |
Proxy of C++ std::list<(std::string)> class.
def enigma.StringList.__init__ | ( | self, | |
* | args | ||
) |
__init__(std::list<(std::string)> self) -> StringList __init__(std::list<(std::string)> self, StringList arg2) -> StringList __init__(std::list<(std::string)> self, std::list< std::string >::size_type size) -> StringList __init__(std::list<(std::string)> self, std::list< std::string >::size_type size, std::list< std::string >::value_type const & value) -> StringList
def enigma.StringList.__bool__ | ( | self | ) |
__bool__(StringList self) -> bool
def enigma.StringList.__delitem__ | ( | self, | |
* | args | ||
) |
__delitem__(StringList self, std::list< std::string >::difference_type i) __delitem__(StringList self, PySliceObject * slice)
def enigma.StringList.__delslice__ | ( | self, | |
i, | |||
j | |||
) |
__delslice__(StringList self, std::list< std::string >::difference_type i, std::list< std::string >::difference_type j)
def enigma.StringList.__getitem__ | ( | self, | |
* | args | ||
) |
__getitem__(StringList self, PySliceObject * slice) -> StringList __getitem__(StringList self, std::list< std::string >::difference_type i) -> std::list< std::string >::value_type const &
def enigma.StringList.__getslice__ | ( | self, | |
i, | |||
j | |||
) |
__getslice__(StringList self, std::list< std::string >::difference_type i, std::list< std::string >::difference_type j) -> StringList
def enigma.StringList.__iter__ | ( | self | ) |
def enigma.StringList.__len__ | ( | self | ) |
__len__(StringList self) -> std::list< std::string >::size_type
def enigma.StringList.__nonzero__ | ( | self | ) |
__nonzero__(StringList self) -> bool
def enigma.StringList.__setitem__ | ( | self, | |
* | args | ||
) |
__setitem__(StringList self, PySliceObject * slice, StringList v) __setitem__(StringList self, PySliceObject * slice) __setitem__(StringList self, std::list< std::string >::difference_type i, std::list< std::string >::value_type const & x)
def enigma.StringList.__setslice__ | ( | self, | |
* | args | ||
) |
__setslice__(StringList self, std::list< std::string >::difference_type i, std::list< std::string >::difference_type j) __setslice__(StringList self, std::list< std::string >::difference_type i, std::list< std::string >::difference_type j, StringList v)
def enigma.StringList.append | ( | self, | |
x | |||
) |
append(StringList self, std::list< std::string >::value_type const & x)
def enigma.StringList.assign | ( | self, | |
n, | |||
x | |||
) |
assign(StringList self, std::list< std::string >::size_type n, std::list< std::string >::value_type const & x)
def enigma.StringList.back | ( | self | ) |
back(StringList self) -> std::list< std::string >::value_type const &
def enigma.StringList.begin | ( | self | ) |
begin(StringList self) -> std::list< std::string >::iterator
def enigma.StringList.clear | ( | self | ) |
clear(StringList self)
def enigma.StringList.empty | ( | self | ) |
empty(StringList self) -> bool
def enigma.StringList.end | ( | self | ) |
end(StringList self) -> std::list< std::string >::iterator
def enigma.StringList.erase | ( | self, | |
* | args | ||
) |
erase(StringList self, std::list< std::string >::iterator pos) -> std::list< std::string >::iterator erase(StringList self, std::list< std::string >::iterator first, std::list< std::string >::iterator last) -> std::list< std::string >::iterator
def enigma.StringList.front | ( | self | ) |
front(StringList self) -> std::list< std::string >::value_type const &
def enigma.StringList.get_allocator | ( | self | ) |
get_allocator(StringList self) -> std::list< std::string >::allocator_type
def enigma.StringList.insert | ( | self, | |
* | args | ||
) |
insert(StringList self, std::list< std::string >::iterator pos, std::list< std::string >::value_type const & x) -> std::list< std::string >::iterator insert(StringList self, std::list< std::string >::iterator pos, std::list< std::string >::size_type n, std::list< std::string >::value_type const & x)
def enigma.StringList.iterator | ( | self | ) |
iterator(StringList self) -> SwigPyIterator
def enigma.StringList.pop | ( | self | ) |
pop(StringList self) -> std::list< std::string >::value_type
def enigma.StringList.pop_back | ( | self | ) |
pop_back(StringList self)
def enigma.StringList.pop_front | ( | self | ) |
pop_front(StringList self)
def enigma.StringList.push_back | ( | self, | |
x | |||
) |
push_back(StringList self, std::list< std::string >::value_type const & x)
def enigma.StringList.push_front | ( | self, | |
x | |||
) |
push_front(StringList self, std::list< std::string >::value_type const & x)
def enigma.StringList.rbegin | ( | self | ) |
rbegin(StringList self) -> std::list< std::string >::reverse_iterator
def enigma.StringList.rend | ( | self | ) |
rend(StringList self) -> std::list< std::string >::reverse_iterator
def enigma.StringList.resize | ( | self, | |
* | args | ||
) |
resize(StringList self, std::list< std::string >::size_type new_size) resize(StringList self, std::list< std::string >::size_type new_size, std::list< std::string >::value_type const & x)
def enigma.StringList.reverse | ( | self | ) |
reverse(StringList self)
def enigma.StringList.size | ( | self | ) |
size(StringList self) -> std::list< std::string >::size_type
def enigma.StringList.swap | ( | self, | |
v | |||
) |
swap(StringList self, StringList v)
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |