#include <storage.hpp>


Public Types | |
| typedef ALLOC | allocator_type |
| typedef ALLOC::size_type | size_type |
| typedef ALLOC::difference_type | difference_type |
| typedef T | value_type |
| typedef const T & | const_reference |
| typedef T & | reference |
| typedef const T * | const_pointer |
| typedef T * | pointer |
| typedef const_pointer | const_iterator |
| typedef pointer | iterator |
| typedef std::reverse_iterator < const_iterator > | const_reverse_iterator |
| typedef std::reverse_iterator < iterator > | reverse_iterator |
Public Member Functions | |
| BOOST_UBLAS_INLINE | unbounded_array (const ALLOC &a=ALLOC()) |
| BOOST_UBLAS_INLINE | unbounded_array (size_type size, const ALLOC &a=ALLOC()) |
| BOOST_UBLAS_INLINE | unbounded_array (size_type size, const value_type &init, const ALLOC &a=ALLOC()) |
| BOOST_UBLAS_INLINE | unbounded_array (const unbounded_array &c) |
| BOOST_UBLAS_INLINE | ~unbounded_array () |
| BOOST_UBLAS_INLINE void | resize (size_type size) |
| BOOST_UBLAS_INLINE void | resize (size_type size, value_type init) |
| BOOST_UBLAS_INLINE size_type | max_size () const |
| BOOST_UBLAS_INLINE bool | empty () const |
| BOOST_UBLAS_INLINE size_type | size () const |
| BOOST_UBLAS_INLINE const_reference | operator[] (size_type i) const |
| BOOST_UBLAS_INLINE reference | operator[] (size_type i) |
| BOOST_UBLAS_INLINE unbounded_array & | operator= (const unbounded_array &a) |
| BOOST_UBLAS_INLINE unbounded_array & | assign_temporary (unbounded_array &a) |
| BOOST_UBLAS_INLINE void | swap (unbounded_array &a) |
| BOOST_UBLAS_INLINE const_iterator | begin () const |
| BOOST_UBLAS_INLINE const_iterator | cbegin () const |
| BOOST_UBLAS_INLINE const_iterator | end () const |
| BOOST_UBLAS_INLINE const_iterator | cend () 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 | crbegin () const |
| BOOST_UBLAS_INLINE const_reverse_iterator | rend () const |
| BOOST_UBLAS_INLINE const_reverse_iterator | crend () const |
| BOOST_UBLAS_INLINE reverse_iterator | rbegin () |
| BOOST_UBLAS_INLINE reverse_iterator | rend () |
| allocator_type | get_allocator () |
Friends | |
| class | boost::serialization::access |
| BOOST_UBLAS_INLINE friend void | swap (unbounded_array &a1, unbounded_array &a2) |
| typedef ALLOC boost::numeric::ublas::unbounded_array< T, ALLOC >::allocator_type |
| typedef const_pointer boost::numeric::ublas::unbounded_array< T, ALLOC >::const_iterator |
| typedef const T* boost::numeric::ublas::unbounded_array< T, ALLOC >::const_pointer |
| typedef const T& boost::numeric::ublas::unbounded_array< T, ALLOC >::const_reference |
| typedef std::reverse_iterator<const_iterator> boost::numeric::ublas::unbounded_array< T, ALLOC >::const_reverse_iterator |
| typedef ALLOC::difference_type boost::numeric::ublas::unbounded_array< T, ALLOC >::difference_type |
| typedef pointer boost::numeric::ublas::unbounded_array< T, ALLOC >::iterator |
| typedef T* boost::numeric::ublas::unbounded_array< T, ALLOC >::pointer |
| typedef T& boost::numeric::ublas::unbounded_array< T, ALLOC >::reference |
| typedef std::reverse_iterator<iterator> boost::numeric::ublas::unbounded_array< T, ALLOC >::reverse_iterator |
| typedef ALLOC::size_type boost::numeric::ublas::unbounded_array< T, ALLOC >::size_type |
| typedef T boost::numeric::ublas::unbounded_array< T, ALLOC >::value_type |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References BOOST_UBLAS_CHECK, and boost::multiprecision::backends::i.
|
inline |
References BOOST_UBLAS_CHECK, and boost::multiprecision::backends::i.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::swap.
Referenced by boost::numeric::ublas::unbounded_array< T, ALLOC >::assign_temporary().
|
friend |
|
friend |