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

Class StringVector

source code

_object --+
          |
         StringVector

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

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
iterator(self)
iterator(StringVector self) -> SwigPyIterator
source code
 
__iter__(self) source code
 
__nonzero__(self)
__nonzero__(StringVector self) -> bool
source code
 
__bool__(self)
__bool__(StringVector self) -> bool
source code
 
__len__(self)
__len__(StringVector self) -> std::vector< std::string >::size_type
source code
 
pop(self)
pop(StringVector self) -> std::vector< std::string >::value_type
source code
 
__getslice__(self, *args)
__getslice__(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j) -> StringVector
source code
 
__setslice__(self, *args)
__setslice__(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j, ...
source code
 
__delslice__(self, *args)
__delslice__(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j)
source code
 
__delitem__(self, *args)
__delitem__(StringVector self, std::vector< std::string >::difference_type i) __delitem__(StringVector self, PySliceObject * slice)
source code
 
__getitem__(self, *args)
__getitem__(StringVector self, PySliceObject * slice) -> StringVector __getitem__(StringVector self, std::vector< std::string >::difference_type i) -> std::vector< std::string >::value_type const &
source code
 
__setitem__(self, *args)
__setitem__(StringVector self, PySliceObject * slice, StringVector v) __setitem__(StringVector self, PySliceObject * slice) __setitem__(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::value_type const & x)
source code
 
append(self, *args)
append(StringVector self, std::vector< std::string >::value_type const & x)
source code
 
empty(self)
empty(StringVector self) -> bool
source code
 
size(self)
size(StringVector self) -> std::vector< std::string >::size_type
source code
 
clear(self)
clear(StringVector self)
source code
 
swap(self, *args)
swap(StringVector self, StringVector v)
source code
 
get_allocator(self)
get_allocator(StringVector self) -> std::vector< std::string >::allocator_type
source code
 
begin(self)
begin(StringVector self) -> std::vector< std::string >::iterator
source code
 
end(self)
end(StringVector self) -> std::vector< std::string >::iterator
source code
 
rbegin(self)
rbegin(StringVector self) -> std::vector< std::string >::reverse_iterator
source code
 
rend(self)
rend(StringVector self) -> std::vector< std::string >::reverse_iterator
source code
 
pop_back(self)
pop_back(StringVector self)
source code
 
erase(self, *args)
erase(StringVector self, std::vector< std::string >::iterator pos) -> std::vector< std::string >::iterator erase(StringVector self, std::vector< std::string >::iterator first, std::vector< std::string >::iterator last) -> std::vector< std::string >::iterator
source code
 
__init__(self, *args)
__init__(std::vector<(std::string)> self) -> StringVector __init__(std::vector<(std::string)> self, StringVector arg2) -> StringVector __init__(std::vector<(std::string)> self, std::vector< std::string >::size_type size) -> StringVector __init__(std::vector<(std::string)> self, std::vector< std::string >::size_type size, std::vector< std::string >::value_type const & value) -> StringVector
source code
 
push_back(self, *args)
push_back(StringVector self, std::vector< std::string >::value_type const & x)
source code
 
front(self)
front(StringVector self) -> std::vector< std::string >::value_type const &
source code
 
back(self)
back(StringVector self) -> std::vector< std::string >::value_type const &
source code
 
assign(self, *args)
assign(StringVector self, std::vector< std::string >::size_type n, std::vector< std::string >::value_type const & x)
source code
 
resize(self, *args)
resize(StringVector self, std::vector< std::string >::size_type new_size) resize(StringVector self, std::vector< std::string >::size_type new_size, std::vector< std::string >::value_type const & x)
source code
 
insert(self, *args)
insert(StringVector self, std::vector< std::string >::iterator pos, std::vector< std::string >::value_type const & x) -> std::vector< std::string >::iterator...
source code
 
reserve(self, *args)
reserve(StringVector self, std::vector< std::string >::size_type n)
source code
 
capacity(self)
capacity(StringVector self) -> std::vector< std::string >::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_StringVector
  __del__ = lambda self:
Method Details [hide private]

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

source code 

__setslice__(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j, 
    StringVector v=std::vector< std::string,std::allocator< std::string > >())
__setslice__(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j)

insert(self, *args)

source code 

insert(StringVector self, std::vector< std::string >::iterator pos, std::vector< std::string >::value_type const & x) -> std::vector< std::string >::iterator
insert(StringVector self, std::vector< std::string >::iterator pos, std::vector< std::string >::size_type n, 
    std::vector< std::string >::value_type const & x)