CONOPT
|
Proxy of C++ std::vector< std::string > class. More...
Public Member Functions | |
iterator (self) | |
iterator(StringVector self) -> SwigPyIterator | |
__iter__ (self) | |
__nonzero__ (self) | |
nonzero(StringVector self) -> bool | |
__bool__ (self) | |
bool(StringVector self) -> bool | |
__len__ (self) | |
len(StringVector self) -> std::vector< std::string >::size_type | |
__getslice__ (self, i, j) | |
getslice(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j) -> StringVector | |
__setslice__ (self, *args) | |
setslice(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j) | |
__delslice__ (self, i, j) | |
delslice(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j) | |
__delitem__ (self, *args) | |
delitem(StringVector self, std::vector< std::string >::difference_type i) | |
__getitem__ (self, *args) | |
getitem(StringVector self, SWIGPY_SLICEOBJECT * slice) -> StringVector | |
__setitem__ (self, *args) | |
setitem(StringVector self, SWIGPY_SLICEOBJECT * slice, StringVector v) | |
pop (self) | |
pop(StringVector self) -> std::vector< std::string >::value_type | |
append (self, x) | |
append(StringVector self, std::vector< std::string >::value_type const & x) | |
empty (self) | |
empty(StringVector self) -> bool | |
size (self) | |
size(StringVector self) -> std::vector< std::string >::size_type | |
swap (self, v) | |
swap(StringVector self, StringVector v) | |
begin (self) | |
begin(StringVector self) -> std::vector< std::string >::iterator | |
end (self) | |
end(StringVector self) -> std::vector< std::string >::iterator | |
rbegin (self) | |
rbegin(StringVector self) -> std::vector< std::string >::reverse_iterator | |
rend (self) | |
rend(StringVector self) -> std::vector< std::string >::reverse_iterator | |
clear (self) | |
clear(StringVector self) | |
get_allocator (self) | |
get_allocator(StringVector self) -> std::vector< std::string >::allocator_type | |
pop_back (self) | |
pop_back(StringVector self) | |
erase (self, *args) | |
erase(StringVector self, std::vector< std::string >::iterator pos) -> std::vector< std::string >::iterator | |
__init__ (self, *args) | |
init(StringVector self) -> StringVector init(StringVector self, StringVector other) -> StringVector | |
push_back (self, x) | |
push_back(StringVector self, std::vector< std::string >::value_type const & x) | |
front (self) | |
front(StringVector self) -> std::vector< std::string >::value_type const & | |
back (self) | |
back(StringVector self) -> std::vector< std::string >::value_type const & | |
assign (self, n, x) | |
assign(StringVector self, std::vector< std::string >::size_type n, std::vector< std::string >::value_type const & x) | |
resize (self, *args) | |
resize(StringVector self, std::vector< std::string >::size_type new_size) | |
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 | |
reserve (self, n) | |
reserve(StringVector self, std::vector< std::string >::size_type n) | |
capacity (self) | |
capacity(StringVector self) -> std::vector< std::string >::size_type | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Proxy of C++ std::vector< std::string > class.
Definition at line 865 of file pyconopt.py.
pyconopt.StringVector.__init__ | ( | self, | |
* | args ) |
init(StringVector self) -> StringVector init(StringVector self, StringVector other) -> StringVector
other: std::vector< std::string > const &
init(StringVector self, std::vector< std::string >::size_type size) -> StringVector
size: std::vector< std::string >::size_type
init(StringVector self, std::vector< std::string >::size_type size, std::vector< std::string >::value_type const & value) -> StringVector
size: std::vector< std::string >::size_type value: std::vector< std::string >::value_type const &
Definition at line 1072 of file pyconopt.py.
pyconopt.StringVector.iterator | ( | self | ) |
iterator(StringVector self) -> SwigPyIterator
Definition at line 871 of file pyconopt.py.
pyconopt.StringVector.__iter__ | ( | self | ) |
Definition at line 874 of file pyconopt.py.
pyconopt.StringVector.__nonzero__ | ( | self | ) |
nonzero(StringVector self) -> bool
Definition at line 877 of file pyconopt.py.
pyconopt.StringVector.__bool__ | ( | self | ) |
bool(StringVector self) -> bool
Definition at line 881 of file pyconopt.py.
pyconopt.StringVector.__len__ | ( | self | ) |
len(StringVector self) -> std::vector< std::string >::size_type
Definition at line 885 of file pyconopt.py.
pyconopt.StringVector.__getslice__ | ( | self, | |
i, | |||
j ) |
getslice(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j) -> StringVector
i: std::vector< std::string >::difference_type j: std::vector< std::string >::difference_type
Definition at line 889 of file pyconopt.py.
pyconopt.StringVector.__setslice__ | ( | self, | |
* | args ) |
setslice(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j)
i: std::vector< std::string >::difference_type j: std::vector< std::string >::difference_type
setslice(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j, StringVector v)
i: std::vector< std::string >::difference_type j: std::vector< std::string >::difference_type v: std::vector< std::string,std::allocator< std::string > > const &
Definition at line 901 of file pyconopt.py.
pyconopt.StringVector.__delslice__ | ( | self, | |
i, | |||
j ) |
delslice(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::difference_type j)
i: std::vector< std::string >::difference_type j: std::vector< std::string >::difference_type
Definition at line 921 of file pyconopt.py.
pyconopt.StringVector.__delitem__ | ( | self, | |
* | args ) |
delitem(StringVector self, std::vector< std::string >::difference_type i)
i: std::vector< std::string >::difference_type
delitem(StringVector self, SWIGPY_SLICEOBJECT * slice)
slice: SWIGPY_SLICEOBJECT *
Definition at line 933 of file pyconopt.py.
pyconopt.StringVector.__getitem__ | ( | self, | |
* | args ) |
getitem(StringVector self, SWIGPY_SLICEOBJECT * slice) -> StringVector
slice: SWIGPY_SLICEOBJECT *
getitem(StringVector self, std::vector< std::string >::difference_type i) -> std::vector< std::string >::value_type const &
i: std::vector< std::string >::difference_type
Definition at line 950 of file pyconopt.py.
pyconopt.StringVector.__setitem__ | ( | self, | |
* | args ) |
setitem(StringVector self, SWIGPY_SLICEOBJECT * slice, StringVector v)
slice: SWIGPY_SLICEOBJECT * v: std::vector< std::string,std::allocator< std::string > > const &
setitem(StringVector self, SWIGPY_SLICEOBJECT * slice)
slice: SWIGPY_SLICEOBJECT *
setitem(StringVector self, std::vector< std::string >::difference_type i, std::vector< std::string >::value_type const & x)
i: std::vector< std::string >::difference_type x: std::vector< std::string >::value_type const &
Definition at line 967 of file pyconopt.py.
pyconopt.StringVector.pop | ( | self | ) |
pop(StringVector self) -> std::vector< std::string >::value_type
Definition at line 992 of file pyconopt.py.
pyconopt.StringVector.append | ( | self, | |
x ) |
append(StringVector self, std::vector< std::string >::value_type const & x)
x: std::vector< std::string >::value_type const &
Definition at line 996 of file pyconopt.py.
pyconopt.StringVector.empty | ( | self | ) |
empty(StringVector self) -> bool
Definition at line 1007 of file pyconopt.py.
pyconopt.StringVector.size | ( | self | ) |
size(StringVector self) -> std::vector< std::string >::size_type
Definition at line 1011 of file pyconopt.py.
pyconopt.StringVector.swap | ( | self, | |
v ) |
swap(StringVector self, StringVector v)
v: std::vector< std::string > &
Definition at line 1015 of file pyconopt.py.
pyconopt.StringVector.begin | ( | self | ) |
begin(StringVector self) -> std::vector< std::string >::iterator
Definition at line 1026 of file pyconopt.py.
pyconopt.StringVector.end | ( | self | ) |
end(StringVector self) -> std::vector< std::string >::iterator
Definition at line 1030 of file pyconopt.py.
pyconopt.StringVector.rbegin | ( | self | ) |
rbegin(StringVector self) -> std::vector< std::string >::reverse_iterator
Definition at line 1034 of file pyconopt.py.
pyconopt.StringVector.rend | ( | self | ) |
rend(StringVector self) -> std::vector< std::string >::reverse_iterator
Definition at line 1038 of file pyconopt.py.
pyconopt.StringVector.clear | ( | self | ) |
clear(StringVector self)
Definition at line 1042 of file pyconopt.py.
pyconopt.StringVector.get_allocator | ( | self | ) |
get_allocator(StringVector self) -> std::vector< std::string >::allocator_type
Definition at line 1046 of file pyconopt.py.
pyconopt.StringVector.pop_back | ( | self | ) |
pop_back(StringVector self)
Definition at line 1050 of file pyconopt.py.
pyconopt.StringVector.erase | ( | self, | |
* | args ) |
erase(StringVector self, std::vector< std::string >::iterator pos) -> 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
first: std::vector< std::string >::iterator last: std::vector< std::string >::iterator
Definition at line 1054 of file pyconopt.py.
pyconopt.StringVector.push_back | ( | self, | |
x ) |
push_back(StringVector self, std::vector< std::string >::value_type const & x)
x: std::vector< std::string >::value_type const &
Definition at line 1097 of file pyconopt.py.
pyconopt.StringVector.front | ( | self | ) |
front(StringVector self) -> std::vector< std::string >::value_type const &
Definition at line 1108 of file pyconopt.py.
pyconopt.StringVector.back | ( | self | ) |
back(StringVector self) -> std::vector< std::string >::value_type const &
Definition at line 1112 of file pyconopt.py.
pyconopt.StringVector.assign | ( | self, | |
n, | |||
x ) |
assign(StringVector self, std::vector< std::string >::size_type n, std::vector< std::string >::value_type const & x)
n: std::vector< std::string >::size_type x: std::vector< std::string >::value_type const &
Definition at line 1116 of file pyconopt.py.
pyconopt.StringVector.resize | ( | self, | |
* | args ) |
resize(StringVector self, std::vector< std::string >::size_type new_size)
new_size: std::vector< std::string >::size_type
resize(StringVector self, std::vector< std::string >::size_type new_size, std::vector< std::string >::value_type const & x)
new_size: std::vector< std::string >::size_type x: std::vector< std::string >::value_type const &
Definition at line 1128 of file pyconopt.py.
pyconopt.StringVector.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
pos: std::vector< std::string >::iterator x: std::vector< std::string >::value_type const &
insert(StringVector self, std::vector< std::string >::iterator pos, std::vector< std::string >::size_type n, std::vector< std::string >::value_type const & x)
pos: std::vector< std::string >::iterator n: std::vector< std::string >::size_type x: std::vector< std::string >::value_type const &
Definition at line 1146 of file pyconopt.py.
pyconopt.StringVector.reserve | ( | self, | |
n ) |
reserve(StringVector self, std::vector< std::string >::size_type n)
n: std::vector< std::string >::size_type
Definition at line 1166 of file pyconopt.py.
pyconopt.StringVector.capacity | ( | self | ) |
capacity(StringVector self) -> std::vector< std::string >::size_type
Definition at line 1177 of file pyconopt.py.
|
static |
Definition at line 868 of file pyconopt.py.