#include <storage_sparse.hpp>
Public Types | |
typedef ALLOC | allocator_type |
typedef ALLOC::size_type | size_type |
typedef ALLOC::difference_type | difference_type |
typedef std::pair< I, T > | value_type |
typedef I | key_type |
typedef T | mapped_type |
typedef const value_type & | const_reference |
typedef value_type & | reference |
typedef const value_type * | const_pointer |
typedef value_type * | pointer |
typedef const_pointer | const_iterator |
typedef pointer | iterator |
typedef const T & | data_const_reference |
typedef T & | data_reference |
typedef std::reverse_iterator < const_iterator > | const_reverse_iterator |
typedef std::reverse_iterator < iterator > | reverse_iterator |
Public Member Functions | |
BOOST_UBLAS_INLINE | map_array (const ALLOC &a=ALLOC()) |
BOOST_UBLAS_INLINE | map_array (const map_array &c) |
BOOST_UBLAS_INLINE | ~map_array () |
BOOST_UBLAS_INLINE void | reserve (size_type capacity) |
BOOST_UBLAS_INLINE size_type | size () const |
BOOST_UBLAS_INLINE size_type | capacity () const |
BOOST_UBLAS_INLINE size_type | max_size () const |
BOOST_UBLAS_INLINE bool | empty () const |
BOOST_UBLAS_INLINE data_reference | operator[] (key_type i) |
BOOST_UBLAS_INLINE map_array & | operator= (const map_array &a) |
BOOST_UBLAS_INLINE map_array & | assign_temporary (map_array &a) |
BOOST_UBLAS_INLINE void | swap (map_array &a) |
iterator | push_back (iterator it, const value_type &p) |
std::pair< iterator, bool > | insert (const value_type &p) |
iterator | insert (iterator hint, const value_type &p) |
void | erase (iterator it) |
void | erase (iterator it1, iterator it2) |
void | clear () |
const_iterator | find (key_type i) const |
iterator | find (key_type i) |
const_iterator | lower_bound (key_type i) const |
iterator | lower_bound (key_type i) |
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 () |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
Friends | |
BOOST_UBLAS_INLINE friend void | swap (map_array &a1, map_array &a2) |
typedef ALLOC boost::numeric::ublas::map_array< I, T, ALLOC >::allocator_type |
typedef const_pointer boost::numeric::ublas::map_array< I, T, ALLOC >::const_iterator |
typedef const value_type* boost::numeric::ublas::map_array< I, T, ALLOC >::const_pointer |
typedef const value_type& boost::numeric::ublas::map_array< I, T, ALLOC >::const_reference |
typedef std::reverse_iterator<const_iterator> boost::numeric::ublas::map_array< I, T, ALLOC >::const_reverse_iterator |
typedef const T& boost::numeric::ublas::map_array< I, T, ALLOC >::data_const_reference |
typedef T& boost::numeric::ublas::map_array< I, T, ALLOC >::data_reference |
typedef ALLOC::difference_type boost::numeric::ublas::map_array< I, T, ALLOC >::difference_type |
typedef pointer boost::numeric::ublas::map_array< I, T, ALLOC >::iterator |
typedef I boost::numeric::ublas::map_array< I, T, ALLOC >::key_type |
typedef T boost::numeric::ublas::map_array< I, T, ALLOC >::mapped_type |
typedef value_type* boost::numeric::ublas::map_array< I, T, ALLOC >::pointer |
typedef value_type& boost::numeric::ublas::map_array< I, T, ALLOC >::reference |
typedef std::reverse_iterator<iterator> boost::numeric::ublas::map_array< I, T, ALLOC >::reverse_iterator |
typedef ALLOC::size_type boost::numeric::ublas::map_array< I, T, ALLOC >::size_type |
typedef std::pair<I,T> boost::numeric::ublas::map_array< I, T, ALLOC >::value_type |
|
inline |
|
inline |
References boost::cb_details::uninitialized_copy().
|
inline |
References boost::fusion::for_each().
|
inline |
|
inline |
Referenced by boost::numeric::ublas::map_array< I, T, ALLOC >::cbegin(), boost::numeric::ublas::map_array< I, T, ALLOC >::erase(), boost::numeric::ublas::map_array< I, T, ALLOC >::find(), boost::numeric::ublas::map_array< I, T, ALLOC >::insert(), boost::numeric::ublas::map_array< I, T, ALLOC >::lower_bound(), and boost::numeric::ublas::map_array< I, T, ALLOC >::rend().
|
inline |
|
inline |
Referenced by boost::numeric::ublas::map_array< I, T, ALLOC >::reserve().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by boost::numeric::ublas::map_array< I, T, ALLOC >::cend(), boost::numeric::ublas::map_array< I, T, ALLOC >::erase(), boost::numeric::ublas::map_array< I, T, ALLOC >::find(), boost::numeric::ublas::map_array< I, T, ALLOC >::insert(), boost::numeric::ublas::map_array< I, T, ALLOC >::lower_bound(), boost::numeric::ublas::map_array< I, T, ALLOC >::operator[](), boost::numeric::ublas::map_array< I, T, ALLOC >::push_back(), and boost::numeric::ublas::map_array< I, T, ALLOC >::rbegin().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::numeric::ublas::map_array< I, T, ALLOC >::begin(), boost::range::copy_backward(), boost::numeric::ublas::map_array< I, T, ALLOC >::end(), boost::numeric::ublas::detail::lower_bound(), boost::xpressive::make_pair, boost::n, and boost::multiprecision::backends::p.
Referenced by boost::numeric::ublas::map_array< I, T, ALLOC >::insert(), and boost::numeric::ublas::map_array< I, T, ALLOC >::operator[]().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::filesystem::detail::copy().
|
inline |
|
inline |
|
inline |
References boost::numeric::ublas::map_array< I, T, ALLOC >::end().
Referenced by boost::numeric::ublas::map_array< I, T, ALLOC >::crbegin().
|
inline |
|
inline |
References boost::numeric::ublas::map_array< I, T, ALLOC >::begin().
Referenced by boost::numeric::ublas::map_array< I, T, ALLOC >::crend().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::swap.
Referenced by boost::numeric::ublas::map_array< I, T, ALLOC >::assign_temporary().
|
friend |