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

Class LocationList

source code

_object --+
          |
         LocationList

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

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

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

source code 

__setslice__(LocationList self, std::list< FIFE::Location >::difference_type i, std::list< FIFE::Location >::difference_type j, 
    LocationList v=std::list< FIFE::Location,std::allocator< FIFE::Location > >())
__setslice__(LocationList self, std::list< FIFE::Location >::difference_type i, std::list< FIFE::Location >::difference_type j)

insert(self, *args)

source code 

insert(LocationList self, std::list< FIFE::Location >::iterator pos, Location x) -> std::list< FIFE::Location >::iterator
insert(LocationList self, std::list< FIFE::Location >::iterator pos, std::list< FIFE::Location >::size_type n, 
    Location x)