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

Class AnimationOverlayMap

source code

_object --+
          |
         AnimationOverlayMap

Proxy of C++ std::map<(int32_t,FIFE::AnimationPtr)> class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
iterator(self)
iterator(AnimationOverlayMap self) -> SwigPyIterator
source code
 
__nonzero__(self)
__nonzero__(AnimationOverlayMap self) -> bool
source code
 
__bool__(self)
__bool__(AnimationOverlayMap self) -> bool
source code
 
__len__(self)
__len__(AnimationOverlayMap self) -> std::map< int,FIFE::SharedPtr< FIFE::Animation > >::size_type
source code
 
__iter__(self) source code
 
iterkeys(self) source code
 
itervalues(self) source code
 
iteritems(self) source code
 
__getitem__(self, *args)
__getitem__(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::key_type const & key) -> SharedAnimationPointer
source code
 
__delitem__(self, *args)
__delitem__(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::key_type const & key)
source code
 
has_key(self, *args)
has_key(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::key_type const & key) -> bool
source code
 
keys(self)
keys(AnimationOverlayMap self) -> PyObject *
source code
 
values(self)
values(AnimationOverlayMap self) -> PyObject *
source code
 
items(self)
items(AnimationOverlayMap self) -> PyObject *
source code
 
__contains__(self, *args)
__contains__(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::key_type const & key) -> bool
source code
 
key_iterator(self)
key_iterator(AnimationOverlayMap self) -> SwigPyIterator
source code
 
value_iterator(self)
value_iterator(AnimationOverlayMap self) -> SwigPyIterator
source code
 
__setitem__(self, *args)
__setitem__(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::key_type const & key) __setitem__(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::key_type const & key, SharedAnimationPointer x)
source code
 
asdict(self)
asdict(AnimationOverlayMap self) -> PyObject *
source code
 
__init__(self, *args)
__init__(std::map<(int32_t,FIFE::AnimationPtr)> self, std::less< int > const & arg2) -> AnimationOverlayMap __init__(std::map<(int32_t,FIFE::AnimationPtr)> self) -> AnimationOverlayMap __init__(std::map<(int32_t,FIFE::AnimationPtr)> self, AnimationOverlayMap arg2) -> AnimationOverlayMap
source code
 
empty(self)
empty(AnimationOverlayMap self) -> bool
source code
 
size(self)
size(AnimationOverlayMap self) -> std::map< int,FIFE::SharedPtr< FIFE::Animation > >::size_type
source code
 
clear(self)
clear(AnimationOverlayMap self)
source code
 
swap(self, *args)
swap(AnimationOverlayMap self, AnimationOverlayMap v)
source code
 
get_allocator(self)
get_allocator(AnimationOverlayMap self) -> std::map< int,FIFE::SharedPtr< FIFE::Animation > >::allocator_type
source code
 
begin(self)
begin(AnimationOverlayMap self) -> std::map< int,FIFE::SharedPtr< FIFE::Animation > >::iterator
source code
 
end(self)
end(AnimationOverlayMap self) -> std::map< int,FIFE::SharedPtr< FIFE::Animation > >::iterator
source code
 
rbegin(self)
rbegin(AnimationOverlayMap self) -> std::map< int,FIFE::SharedPtr< FIFE::Animation > >::reverse_iterator
source code
 
rend(self)
rend(AnimationOverlayMap self) -> std::map< int,FIFE::SharedPtr< FIFE::Animation > >::reverse_iterator
source code
 
count(self, *args)
count(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::key_type const & x) -> std::map< int,FIFE::SharedPtr< FIFE::Animation > >::size_type
source code
 
erase(self, *args)
erase(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::key_type const & x) -> std::map< int,FIFE::SharedPtr< FIFE::Animation > >::size_type erase(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::iterator position) erase(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::iterator first, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::iterator last)
source code
 
find(self, *args)
find(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::key_type const & x) -> std::map< int,FIFE::SharedPtr< FIFE::Animation > >::iterator
source code
 
lower_bound(self, *args)
lower_bound(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::key_type const & x) -> std::map< int,FIFE::SharedPtr< FIFE::Animation > >::iterator
source code
 
upper_bound(self, *args)
upper_bound(AnimationOverlayMap self, std::map< int,FIFE::SharedPtr< FIFE::Animation > >::key_type const & x) -> std::map< int,FIFE::SharedPtr< FIFE::Animation > >::iterator
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_AnimationOverlayMap
  __del__ = lambda self: