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

Class MapList

source code

_object --+
          |
         MapList

Proxy of C++ std::list<(p.FIFE::Map)> class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
iterator(self)
iterator(MapList self) -> SwigPyIterator
source code
 
__iter__(self) source code
 
__nonzero__(self)
__nonzero__(MapList self) -> bool
source code
 
__bool__(self)
__bool__(MapList self) -> bool
source code
 
__len__(self)
__len__(MapList self) -> std::list< FIFE::Map * >::size_type
source code
 
pop(self)
pop(MapList self) -> Map
source code
 
__getslice__(self, *args)
__getslice__(MapList self, std::list< FIFE::Map * >::difference_type i, std::list< FIFE::Map * >::difference_type j) -> MapList
source code
 
__setslice__(self, *args)
__setslice__(MapList self, std::list< FIFE::Map * >::difference_type i, std::list< FIFE::Map * >::difference_type j, ...
source code
 
__delslice__(self, *args)
__delslice__(MapList self, std::list< FIFE::Map * >::difference_type i, std::list< FIFE::Map * >::difference_type j)
source code
 
__delitem__(self, *args)
__delitem__(MapList self, std::list< FIFE::Map * >::difference_type i) __delitem__(MapList self, PySliceObject * slice)
source code
 
__getitem__(self, *args)
__getitem__(MapList self, PySliceObject * slice) -> MapList __getitem__(MapList self, std::list< FIFE::Map * >::difference_type i) -> Map
source code
 
__setitem__(self, *args)
__setitem__(MapList self, PySliceObject * slice, MapList v) __setitem__(MapList self, PySliceObject * slice) __setitem__(MapList self, std::list< FIFE::Map * >::difference_type i, Map x)
source code
 
append(self, *args)
append(MapList self, Map x)
source code
 
empty(self)
empty(MapList self) -> bool
source code
 
size(self)
size(MapList self) -> std::list< FIFE::Map * >::size_type
source code
 
clear(self)
clear(MapList self)
source code
 
swap(self, *args)
swap(MapList self, MapList v)
source code
 
get_allocator(self)
get_allocator(MapList self) -> std::list< FIFE::Map * >::allocator_type
source code
 
begin(self)
begin(MapList self) -> std::list< FIFE::Map * >::iterator
source code
 
end(self)
end(MapList self) -> std::list< FIFE::Map * >::iterator
source code
 
rbegin(self)
rbegin(MapList self) -> std::list< FIFE::Map * >::reverse_iterator
source code
 
rend(self)
rend(MapList self) -> std::list< FIFE::Map * >::reverse_iterator
source code
 
pop_back(self)
pop_back(MapList self)
source code
 
erase(self, *args)
erase(MapList self, std::list< FIFE::Map * >::iterator pos) -> std::list< FIFE::Map * >::iterator erase(MapList self, std::list< FIFE::Map * >::iterator first, std::list< FIFE::Map * >::iterator last) -> std::list< FIFE::Map * >::iterator
source code
 
__init__(self, *args)
__init__(std::list<(p.FIFE::Map)> self) -> MapList __init__(std::list<(p.FIFE::Map)> self, MapList arg2) -> MapList __init__(std::list<(p.FIFE::Map)> self, std::list< FIFE::Map * >::size_type size) -> MapList __init__(std::list<(p.FIFE::Map)> self, std::list< FIFE::Map * >::size_type size, Map value) -> MapList
source code
 
push_back(self, *args)
push_back(MapList self, Map x)
source code
 
front(self)
front(MapList self) -> Map
source code
 
back(self)
back(MapList self) -> Map
source code
 
assign(self, *args)
assign(MapList self, std::list< FIFE::Map * >::size_type n, Map x)
source code
 
resize(self, *args)
resize(MapList self, std::list< FIFE::Map * >::size_type new_size) resize(MapList self, std::list< FIFE::Map * >::size_type new_size, Map x)
source code
 
insert(self, *args)
insert(MapList self, std::list< FIFE::Map * >::iterator pos, Map x) -> std::list< FIFE::Map * >::iterator insert(MapList self, std::list< FIFE::Map * >::iterator pos, std::list< FIFE::Map * >::size_type n, Map x)
source code
 
pop_front(self)
pop_front(MapList self)
source code
 
push_front(self, *args)
push_front(MapList self, Map x)
source code
 
remove(self, *args)
remove(MapList self, Map x)
source code
 
unique(self)
unique(MapList self)
source code
 
reverse(self)
reverse(MapList self)
source code
 
sort(self)
sort(MapList self)
source code
 
merge(self, *args)
merge(MapList self, MapList x)
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_MapList
  __del__ = lambda self:
Method Details [hide private]

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

source code 

__setslice__(MapList self, std::list< FIFE::Map * >::difference_type i, std::list< FIFE::Map * >::difference_type j, 
    MapList v=std::list< FIFE::Map *,std::allocator< FIFE::Map * > >())
__setslice__(MapList self, std::list< FIFE::Map * >::difference_type i, std::list< FIFE::Map * >::difference_type j)