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

Class vectoru

source code

_object --+
          |
         vectoru

Proxy of C++ std::vector<(uint8_t)> class

Instance Methods [hide private]
 
__repr__(self) source code
SwigPyIterator
iterator(self) source code
 
__iter__(self) source code
bool
__nonzero__(self) source code
bool
__bool__(self) source code
std::vector<(unsigned char)>::size_type
__len__(self) source code
std::vector<(unsigned char)>::value_type
pop(self) source code
 
__getslice__(self, *args)
__getslice__(self, std::vector<(unsigned char)>::difference_type i, std::vector<(unsigned char)>::difference_type j) -> vectoru
source code
 
__setslice__(self, *args)
__setslice__(self, std::vector<(unsigned char)>::difference_type i, std::vector<(unsigned char)>::difference_type j, ...
source code
 
__delslice__(self, *args)
__delslice__(self, std::vector<(unsigned char)>::difference_type i, std::vector<(unsigned char)>::difference_type j)
source code
 
__delitem__(self, *args)
__delitem__(self, std::vector<(unsigned char)>::difference_type i) __delitem__(self, PySliceObject slice)
source code
 
__getitem__(self, *args)
__getitem__(self, PySliceObject slice) -> vectoru __getitem__(self, std::vector<(unsigned char)>::difference_type i) -> std::vector<(unsigned char)>::value_type
source code
 
__setitem__(self, *args)
__setitem__(self, PySliceObject slice, vectoru v) __setitem__(self, std::vector<(unsigned char)>::difference_type i, std::vector<(unsigned char)>::value_type x)
source code
 
append(self, *args)
append(self, std::vector<(unsigned char)>::value_type x)
source code
bool
empty(self) source code
std::vector<(unsigned char)>::size_type
size(self) source code
 
clear(self) source code
 
swap(self, *args)
swap(self, vectoru v)
source code
std::vector<(unsigned char)>::allocator_type
get_allocator(self) source code
std::vector<(unsigned char)>::const_iterator
begin(self) source code
std::vector<(unsigned char)>::const_iterator
end(self) source code
std::vector<(unsigned char)>::const_reverse_iterator
rbegin(self) source code
std::vector<(unsigned char)>::const_reverse_iterator
rend(self) source code
 
pop_back(self) source code
 
erase(self, *args)
erase(self, std::vector<(unsigned char)>::iterator pos) -> std::vector<(unsigned char)>::iterator erase(self, std::vector<(unsigned char)>::iterator first, std::vector<(unsigned char)>::iterator last) -> std::vector<(unsigned char)>::iterator
source code
vectoru
__init__(self)
__init__(self, vectoru arg0) -> vectoru __init__(self, std::vector<(unsigned char)>::size_type size) -> vectoru __init__(self, std::vector<(unsigned char)>::size_type size, std::vector<(unsigned char)>::value_type value) -> vectoru
source code
 
push_back(self, *args)
push_back(self, std::vector<(unsigned char)>::value_type x)
source code
std::vector<(unsigned char)>::value_type
front(self) source code
std::vector<(unsigned char)>::value_type
back(self) source code
 
assign(self, *args)
assign(self, std::vector<(unsigned char)>::size_type n, std::vector<(unsigned char)>::value_type x)
source code
 
resize(self, *args)
resize(self, std::vector<(unsigned char)>::size_type new_size) resize(self, std::vector<(unsigned char)>::size_type new_size, std::vector<(unsigned char)>::value_type x)
source code
 
insert(self, *args)
insert(self, std::vector<(unsigned char)>::iterator pos, std::vector<(unsigned char)>::value_type x) -> std::vector<(unsigned char)>::iterator...
source code
 
reserve(self, *args)
reserve(self, std::vector<(unsigned char)>::size_type n)
source code
std::vector<(unsigned char)>::size_type
capacity(self) source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_vectoru
  __del__ = lambda self:
Method Details [hide private]

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

source code 

__setslice__(self, std::vector<(unsigned char)>::difference_type i, std::vector<(unsigned char)>::difference_type j, 
    vectoru v)

insert(self, *args)

source code 

insert(self, std::vector<(unsigned char)>::iterator pos, std::vector<(unsigned char)>::value_type x) -> std::vector<(unsigned char)>::iterator
insert(self, std::vector<(unsigned char)>::iterator pos, std::vector<(unsigned char)>::size_type n, 
    std::vector<(unsigned char)>::value_type x)