Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::map_array< I, T, ALLOC > Class Template Reference

#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, Tvalue_type
 
typedef I key_type
 
typedef T mapped_type
 
typedef const value_typeconst_reference
 
typedef value_typereference
 
typedef const value_typeconst_pointer
 
typedef value_typepointer
 
typedef const_pointer const_iterator
 
typedef pointer iterator
 
typedef const Tdata_const_reference
 
typedef Tdata_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_arrayoperator= (const map_array &a)
 
BOOST_UBLAS_INLINE map_arrayassign_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)
 

Member Typedef Documentation

template<class I, class T, class ALLOC>
typedef ALLOC boost::numeric::ublas::map_array< I, T, ALLOC >::allocator_type
template<class I, class T, class ALLOC>
typedef const_pointer boost::numeric::ublas::map_array< I, T, ALLOC >::const_iterator
template<class I, class T, class ALLOC>
typedef const value_type* boost::numeric::ublas::map_array< I, T, ALLOC >::const_pointer
template<class I, class T, class ALLOC>
typedef const value_type& boost::numeric::ublas::map_array< I, T, ALLOC >::const_reference
template<class I, class T, class ALLOC>
typedef std::reverse_iterator<const_iterator> boost::numeric::ublas::map_array< I, T, ALLOC >::const_reverse_iterator
template<class I, class T, class ALLOC>
typedef const T& boost::numeric::ublas::map_array< I, T, ALLOC >::data_const_reference
template<class I, class T, class ALLOC>
typedef T& boost::numeric::ublas::map_array< I, T, ALLOC >::data_reference
template<class I, class T, class ALLOC>
typedef ALLOC::difference_type boost::numeric::ublas::map_array< I, T, ALLOC >::difference_type
template<class I, class T, class ALLOC>
typedef pointer boost::numeric::ublas::map_array< I, T, ALLOC >::iterator
template<class I, class T, class ALLOC>
typedef I boost::numeric::ublas::map_array< I, T, ALLOC >::key_type
template<class I, class T, class ALLOC>
typedef T boost::numeric::ublas::map_array< I, T, ALLOC >::mapped_type
template<class I, class T, class ALLOC>
typedef value_type* boost::numeric::ublas::map_array< I, T, ALLOC >::pointer
template<class I, class T, class ALLOC>
typedef value_type& boost::numeric::ublas::map_array< I, T, ALLOC >::reference
template<class I, class T, class ALLOC>
typedef std::reverse_iterator<iterator> boost::numeric::ublas::map_array< I, T, ALLOC >::reverse_iterator
template<class I, class T, class ALLOC>
typedef ALLOC::size_type boost::numeric::ublas::map_array< I, T, ALLOC >::size_type
template<class I, class T, class ALLOC>
typedef std::pair<I,T> boost::numeric::ublas::map_array< I, T, ALLOC >::value_type

Constructor & Destructor Documentation

template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE boost::numeric::ublas::map_array< I, T, ALLOC >::map_array ( const ALLOC &  a = ALLOC())
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE boost::numeric::ublas::map_array< I, T, ALLOC >::map_array ( const map_array< I, T, ALLOC > &  c)
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE boost::numeric::ublas::map_array< I, T, ALLOC >::~map_array ( )
inline

Member Function Documentation

template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE map_array& boost::numeric::ublas::map_array< I, T, ALLOC >::assign_temporary ( map_array< I, T, ALLOC > &  a)
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE iterator boost::numeric::ublas::map_array< I, T, ALLOC >::begin ( void  )
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::map_array< I, T, ALLOC >::capacity ( ) const
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::map_array< I, T, ALLOC >::cbegin ( ) const
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::map_array< I, T, ALLOC >::cend ( ) const
inline
template<class I, class T, class ALLOC>
void boost::numeric::ublas::map_array< I, T, ALLOC >::clear ( void  )
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::map_array< I, T, ALLOC >::crbegin ( ) const
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::map_array< I, T, ALLOC >::crend ( ) const
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::map_array< I, T, ALLOC >::empty ( void  ) const
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE iterator boost::numeric::ublas::map_array< I, T, ALLOC >::end ( void  )
inline
template<class I, class T, class ALLOC>
allocator_type boost::numeric::ublas::map_array< I, T, ALLOC >::get_allocator ( void  )
inline
template<class I, class T, class ALLOC>
iterator boost::numeric::ublas::map_array< I, T, ALLOC >::insert ( iterator  hint,
const value_type p 
)
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::map_array< I, T, ALLOC >::max_size ( void  ) const
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE map_array& boost::numeric::ublas::map_array< I, T, ALLOC >::operator= ( const map_array< I, T, ALLOC > &  a)
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::map_array< I, T, ALLOC >::rbegin ( ) const
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE reverse_iterator boost::numeric::ublas::map_array< I, T, ALLOC >::rbegin ( )
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::map_array< I, T, ALLOC >::rend ( ) const
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE reverse_iterator boost::numeric::ublas::map_array< I, T, ALLOC >::rend ( )
inline
template<class I, class T, class ALLOC>
template<class Archive >
void boost::numeric::ublas::map_array< I, T, ALLOC >::serialize ( Archive &  ar,
const unsigned  int 
)
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::map_array< I, T, ALLOC >::size ( void  ) const
inline
template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE void boost::numeric::ublas::map_array< I, T, ALLOC >::swap ( map_array< I, T, ALLOC > &  a)
inline

Friends And Related Function Documentation

template<class I, class T, class ALLOC>
BOOST_UBLAS_INLINE friend void swap ( map_array< I, T, ALLOC > &  a1,
map_array< I, T, ALLOC > &  a2 
)
friend

The documentation for this class was generated from the following files: