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

Class Uint16Uint16PairVector

source code

_object --+
          |
         Uint16Uint16PairVector

Proxy of C++ std::vector<(std::pair<(uint16_t,uint16_t)>)> class

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

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

source code 

__setslice__(Uint16Uint16PairVector self, std::vector< std::pair< unsigned short,unsigned short > >::difference_type i, std::vector< std::pair< unsigned short,unsigned short > >::difference_type j, 
    Uint16Uint16PairVector v=std::vector< std::pair< uint16_t,uint16_t >,std::allocator< std::pair< uint16_t,uint16_t > > >())
__setslice__(Uint16Uint16PairVector self, std::vector< std::pair< unsigned short,unsigned short > >::difference_type i, std::vector< std::pair< unsigned short,unsigned short > >::difference_type j)

insert(self, *args)

source code 

insert(Uint16Uint16PairVector self, std::vector< std::pair< unsigned short,unsigned short > >::iterator pos, Uint16Uint16Pair x) -> std::vector< std::pair< unsigned short,unsigned short > >::iterator
insert(Uint16Uint16PairVector self, std::vector< std::pair< unsigned short,unsigned short > >::iterator pos, std::vector< std::pair< unsigned short,unsigned short > >::size_type n, 
    Uint16Uint16Pair x)