Jafar
|
Definition at line 751 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 | unit_vector (size_type size, size_type index=0) |
BOOST_UBLAS_INLINE | unit_vector (const unit_vector &v) |
BOOST_UBLAS_INLINE size_type | size () const |
BOOST_UBLAS_INLINE size_type | index () 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 i) const |
BOOST_UBLAS_INLINE const_reference | operator[] (size_type i) const |
BOOST_UBLAS_INLINE unit_vector & | operator= (const unit_vector &v) |
BOOST_UBLAS_INLINE unit_vector & | assign_temporary (unit_vector &v) |
BOOST_UBLAS_INLINE void | swap (unit_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 unit_vector< T > | self_type |
typedef bool | const_subiterator_type |
typedef const value_type | const_value_type |
Private Attributes | |
size_type | size_ |
size_type | index_ |
Static Private Attributes | |
static const_value_type | zero_ |
static const_value_type | one_ |
Friends | |
BOOST_UBLAS_INLINE friend void | swap (unit_vector &v1, unit_vector &v2) |
Generated on Wed Oct 15 2014 00:37:32 for Jafar by doxygen 1.7.6.1 |