Jafar
|
Definition at line 965 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 dense_tag | storage_category |
typedef const_iterator | iterator |
typedef reverse_iterator_base < const_iterator > | const_reverse_iterator |
Public Member Functions | |
BOOST_UBLAS_INLINE | scalar_vector (size_type size, const value_type &value=value_type(1)) |
BOOST_UBLAS_INLINE | scalar_vector (const scalar_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) const |
BOOST_UBLAS_INLINE const_reference | operator() (size_type) const |
BOOST_UBLAS_INLINE const_reference | operator[] (size_type) const |
BOOST_UBLAS_INLINE scalar_vector & | operator= (const scalar_vector &v) |
BOOST_UBLAS_INLINE scalar_vector & | assign_temporary (scalar_vector &v) |
BOOST_UBLAS_INLINE void | swap (scalar_vector &v) |
BOOST_UBLAS_INLINE const_iterator | find (size_type i) 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 scalar_vector< T > | self_type |
typedef size_type | const_subiterator_type |
Private Attributes | |
size_type | size_ |
value_type | value_ |
Friends | |
BOOST_UBLAS_INLINE friend void | swap (scalar_vector &v1, scalar_vector &v2) |
Generated on Wed Oct 15 2014 00:37:32 for Jafar by doxygen 1.7.6.1 |