Jafar
|
Definition at line 561 of file serialize_vector.hpp.
Classes | |
class | const_iterator |
Public Types | |
typedef std::size_t | size_type |
typedef std::ptrdiff_t | difference_type |
typedef T | value_type |
typedef const T & | const_reference |
typedef T & | reference |
typedef const vector_reference < const self_type > | const_closure_type |
typedef vector_reference < self_type > | closure_type |
typedef sparse_tag | storage_category |
typedef const_iterator | iterator |
typedef reverse_iterator_base < const_iterator > | const_reverse_iterator |
Public Member Functions | |
BOOST_UBLAS_INLINE | zero_vector (size_type size) |
BOOST_UBLAS_INLINE | zero_vector (const zero_vector &v) |
BOOST_UBLAS_INLINE size_type | size () const |
BOOST_UBLAS_INLINE void | resize (size_type size, bool=true) |
BOOST_UBLAS_INLINE const_pointer | find_element (size_type i) const |
BOOST_UBLAS_INLINE const_reference | operator() (size_type) const |
BOOST_UBLAS_INLINE const_reference | operator[] (size_type i) const |
BOOST_UBLAS_INLINE zero_vector & | operator= (const zero_vector &v) |
BOOST_UBLAS_INLINE zero_vector & | assign_temporary (zero_vector &v) |
BOOST_UBLAS_INLINE void | swap (zero_vector &v) |
BOOST_UBLAS_INLINE const_iterator | find (size_type) const |
BOOST_UBLAS_INLINE const_iterator | begin () const |
BOOST_UBLAS_INLINE const_iterator | end () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rend () const |
Private Types | |
typedef const T * | const_pointer |
typedef zero_vector< T > | self_type |
typedef const value_type | const_value_type |
Private Attributes | |
size_type | size_ |
Static Private Attributes | |
static const_value_type | zero_ |
Friends | |
BOOST_UBLAS_INLINE friend void | swap (zero_vector &v1, zero_vector &v2) |
Generated on Wed Oct 15 2014 00:37:32 for Jafar by doxygen 1.7.6.1 |