|
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") | |
| conopt.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 &
| conopt.StringVector.iterator | ( | self | ) |
iterator(StringVector self) -> SwigPyIterator
| conopt.StringVector.__nonzero__ | ( | self | ) |
nonzero(StringVector self) -> bool
| conopt.StringVector.__bool__ | ( | self | ) |
bool(StringVector self) -> bool
| conopt.StringVector.__len__ | ( | self | ) |
len(StringVector self) -> std::vector< std::string >::size_type
| conopt.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
| conopt.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 &
| conopt.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
| conopt.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 *
| conopt.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
| conopt.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 &
| conopt.StringVector.pop | ( | self | ) |
| conopt.StringVector.append | ( | self, | |
| x ) |
| conopt.StringVector.empty | ( | self | ) |
| conopt.StringVector.size | ( | self | ) |
| conopt.StringVector.swap | ( | self, | |
| v ) |
| conopt.StringVector.begin | ( | self | ) |
| conopt.StringVector.end | ( | self | ) |
| conopt.StringVector.rbegin | ( | self | ) |
| conopt.StringVector.rend | ( | self | ) |
| conopt.StringVector.clear | ( | self | ) |
| conopt.StringVector.get_allocator | ( | self | ) |
| conopt.StringVector.pop_back | ( | self | ) |
| conopt.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
| conopt.StringVector.push_back | ( | self, | |
| x ) |
| conopt.StringVector.front | ( | self | ) |
| conopt.StringVector.back | ( | self | ) |
| conopt.StringVector.assign | ( | self, | |
| n, | |||
| x ) |
| conopt.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 &
| conopt.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 &
| conopt.StringVector.reserve | ( | self, | |
| n ) |
| conopt.StringVector.capacity | ( | self | ) |
|
static |