Package fife :: Module fife :: Class StringList
[hide private]
[frames] | no frames]

Class StringList

source code

_object --+
          |
         StringList

Proxy of C++ std::list<(std::string)> class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
iterator(self)
iterator(StringList self) -> SwigPyIterator
source code
 
__iter__(self) source code
 
__nonzero__(self)
__nonzero__(StringList self) -> bool
source code
 
__bool__(self)
__bool__(StringList self) -> bool
source code
 
__len__(self)
__len__(StringList self) -> std::list< std::string >::size_type
source code
 
pop(self)
pop(StringList self) -> std::list< std::string >::value_type
source code
 
__getslice__(self, *args)
__getslice__(StringList self, std::list< std::string >::difference_type i, std::list< std::string >::difference_type j) -> StringList
source code
 
__setslice__(self, *args)
__setslice__(StringList self, std::list< std::string >::difference_type i, std::list< std::string >::difference_type j, ...
source code
 
__delslice__(self, *args)
__delslice__(StringList self, std::list< std::string >::difference_type i, std::list< std::string >::difference_type j)
source code
 
__delitem__(self, *args)
__delitem__(StringList self, std::list< std::string >::difference_type i) __delitem__(StringList self, PySliceObject * slice)
source code
 
__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 &
source code
 
__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)
source code
 
append(self, *args)
append(StringList self, std::list< std::string >::value_type const & x)
source code
 
empty(self)
empty(StringList self) -> bool
source code
 
size(self)
size(StringList self) -> std::list< std::string >::size_type
source code
 
clear(self)
clear(StringList self)
source code
 
swap(self, *args)
swap(StringList self, StringList v)
source code
 
get_allocator(self)
get_allocator(StringList self) -> std::list< std::string >::allocator_type
source code
 
begin(self)
begin(StringList self) -> std::list< std::string >::iterator
source code
 
end(self)
end(StringList self) -> std::list< std::string >::iterator
source code
 
rbegin(self)
rbegin(StringList self) -> std::list< std::string >::reverse_iterator
source code
 
rend(self)
rend(StringList self) -> std::list< std::string >::reverse_iterator
source code
 
pop_back(self)
pop_back(StringList self)
source code
 
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
source code
 
__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
source code
 
push_back(self, *args)
push_back(StringList self, std::list< std::string >::value_type const & x)
source code
 
front(self)
front(StringList self) -> std::list< std::string >::value_type const &
source code
 
back(self)
back(StringList self) -> std::list< std::string >::value_type const &
source code
 
assign(self, *args)
assign(StringList self, std::list< std::string >::size_type n, std::list< std::string >::value_type const & x)
source code
 
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)
source code
 
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)
source code
 
pop_front(self)
pop_front(StringList self)
source code
 
push_front(self, *args)
push_front(StringList self, std::list< std::string >::value_type const & x)
source code
 
reverse(self)
reverse(StringList self)
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_StringList
  __del__ = lambda self:
Method Details [hide private]

__setslice__(self, *args)
(Slice assignment operator)

source code 

__setslice__(StringList self, std::list< std::string >::difference_type i, std::list< std::string >::difference_type j, 
    StringList v=std::list< std::string,std::allocator< std::string > >())
__setslice__(StringList self, std::list< std::string >::difference_type i, std::list< std::string >::difference_type j)