Jafar
|
Definition at line 30 of file serialize_vector.hpp.
Classes | |
class | const_iterator |
class | iterator |
Public Types | |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef A::size_type | size_type |
typedef A::difference_type | difference_type |
typedef T | value_type |
typedef type_traits< T > ::const_reference | const_reference |
typedef T & | reference |
typedef A | array_type |
typedef const vector_reference < const self_type > | const_closure_type |
typedef vector_reference < self_type > | closure_type |
typedef self_type | vector_temporary_type |
typedef dense_tag | storage_category |
typedef reverse_iterator_base < const_iterator > | const_reverse_iterator |
typedef reverse_iterator_base < iterator > | reverse_iterator |
Public Member Functions | |
BOOST_UBLAS_INLINE | vector (size_type size) |
BOOST_UBLAS_INLINE | vector (size_type size, const array_type &data) |
BOOST_UBLAS_INLINE | vector (const vector &v) |
template<class AE > | |
BOOST_UBLAS_INLINE | vector (const vector_expression< AE > &ae) |
BOOST_UBLAS_INLINE size_type | size () const |
BOOST_UBLAS_INLINE const array_type & | data () const |
BOOST_UBLAS_INLINE array_type & | data () |
BOOST_UBLAS_INLINE void | resize (size_type size, bool preserve=true) |
BOOST_UBLAS_INLINE pointer | find_element (size_type i) |
BOOST_UBLAS_INLINE const_pointer | find_element (size_type i) const |
BOOST_UBLAS_INLINE const_reference | operator() (size_type i) const |
BOOST_UBLAS_INLINE reference | operator() (size_type i) |
BOOST_UBLAS_INLINE const_reference | operator[] (size_type i) const |
BOOST_UBLAS_INLINE reference | operator[] (size_type i) |
BOOST_UBLAS_INLINE reference | insert_element (size_type i, const_reference t) |
BOOST_UBLAS_INLINE void | erase_element (size_type i) |
BOOST_UBLAS_INLINE void | clear () |
BOOST_UBLAS_INLINE vector & | operator= (const vector &v) |
template<class C > | |
BOOST_UBLAS_INLINE vector & | operator= (const vector_container< C > &v) |
BOOST_UBLAS_INLINE vector & | assign_temporary (vector &v) |
template<class AE > | |
BOOST_UBLAS_INLINE vector & | operator= (const vector_expression< AE > &ae) |
template<class AE > | |
BOOST_UBLAS_INLINE vector & | assign (const vector_expression< AE > &ae) |
template<class AE > | |
BOOST_UBLAS_INLINE vector & | operator+= (const vector_expression< AE > &ae) |
template<class C > | |
BOOST_UBLAS_INLINE vector & | operator+= (const vector_container< C > &v) |
template<class AE > | |
BOOST_UBLAS_INLINE vector & | plus_assign (const vector_expression< AE > &ae) |
template<class AE > | |
BOOST_UBLAS_INLINE vector & | operator-= (const vector_expression< AE > &ae) |
template<class C > | |
BOOST_UBLAS_INLINE vector & | operator-= (const vector_container< C > &v) |
template<class AE > | |
BOOST_UBLAS_INLINE vector & | minus_assign (const vector_expression< AE > &ae) |
template<class AT > | |
BOOST_UBLAS_INLINE vector & | operator*= (const AT &at) |
template<class AT > | |
BOOST_UBLAS_INLINE vector & | operator/= (const AT &at) |
BOOST_UBLAS_INLINE void | swap (vector &v) |
BOOST_UBLAS_INLINE const_iterator | find (size_type i) const |
BOOST_UBLAS_INLINE iterator | find (size_type i) |
BOOST_UBLAS_INLINE const_iterator | begin () const |
BOOST_UBLAS_INLINE const_iterator | end () const |
BOOST_UBLAS_INLINE iterator | begin () |
BOOST_UBLAS_INLINE iterator | end () |
BOOST_UBLAS_INLINE const_reverse_iterator | rbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rend () const |
BOOST_UBLAS_INLINE reverse_iterator | rbegin () |
BOOST_UBLAS_INLINE reverse_iterator | rend () |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
Private Types | |
typedef vector< T, A > | self_type |
typedef A::const_iterator | const_subiterator_type |
typedef A::iterator | subiterator_type |
Private Attributes | |
array_type | data_ |
Friends | |
BOOST_UBLAS_INLINE friend void | swap (vector &v1, vector &v2) |
Generated on Wed Oct 15 2014 00:37:32 for Jafar by doxygen 1.7.6.1 |