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::bounded_array< T, N, ALLOC > Class Template Reference

#include <storage.hpp>

Inheritance diagram for boost::numeric::ublas::bounded_array< T, N, ALLOC >:
Collaboration diagram for boost::numeric::ublas::bounded_array< T, N, ALLOC >:

Public Types

typedef ALLOC::size_type size_type
 
typedef ALLOC::difference_type difference_type
 
typedef T value_type
 
typedef const Tconst_reference
 
typedef Treference
 
typedef const Tconst_pointer
 
typedef Tpointer
 
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 bounded_array ()
 
BOOST_UBLAS_INLINE bounded_array (size_type size)
 
BOOST_UBLAS_INLINE bounded_array (size_type size, const value_type &init)
 
BOOST_UBLAS_INLINE bounded_array (const bounded_array &c)
 
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 bounded_arrayoperator= (const bounded_array &a)
 
BOOST_UBLAS_INLINE bounded_arrayassign_temporary (bounded_array &a)
 
BOOST_UBLAS_INLINE void swap (bounded_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 ()
 

Friends

class boost::serialization::access
 
BOOST_UBLAS_INLINE friend void swap (bounded_array &a1, bounded_array &a2)
 

Member Typedef Documentation

template<class T, std::size_t N, class ALLOC >
typedef const_pointer boost::numeric::ublas::bounded_array< T, N, ALLOC >::const_iterator
template<class T, std::size_t N, class ALLOC >
typedef const T* boost::numeric::ublas::bounded_array< T, N, ALLOC >::const_pointer
template<class T, std::size_t N, class ALLOC >
typedef const T& boost::numeric::ublas::bounded_array< T, N, ALLOC >::const_reference
template<class T, std::size_t N, class ALLOC >
typedef std::reverse_iterator<const_iterator> boost::numeric::ublas::bounded_array< T, N, ALLOC >::const_reverse_iterator
template<class T, std::size_t N, class ALLOC >
typedef ALLOC::difference_type boost::numeric::ublas::bounded_array< T, N, ALLOC >::difference_type
template<class T, std::size_t N, class ALLOC >
typedef pointer boost::numeric::ublas::bounded_array< T, N, ALLOC >::iterator
template<class T, std::size_t N, class ALLOC >
typedef T* boost::numeric::ublas::bounded_array< T, N, ALLOC >::pointer
template<class T, std::size_t N, class ALLOC >
typedef T& boost::numeric::ublas::bounded_array< T, N, ALLOC >::reference
template<class T, std::size_t N, class ALLOC >
typedef std::reverse_iterator<iterator> boost::numeric::ublas::bounded_array< T, N, ALLOC >::reverse_iterator
template<class T, std::size_t N, class ALLOC >
typedef ALLOC::size_type boost::numeric::ublas::bounded_array< T, N, ALLOC >::size_type
template<class T, std::size_t N, class ALLOC >
typedef T boost::numeric::ublas::bounded_array< T, N, ALLOC >::value_type

Constructor & Destructor Documentation

template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE boost::numeric::ublas::bounded_array< T, N, ALLOC >::bounded_array ( )
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE boost::numeric::ublas::bounded_array< T, N, ALLOC >::bounded_array ( size_type  size)
inlineexplicit
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE boost::numeric::ublas::bounded_array< T, N, ALLOC >::bounded_array ( size_type  size,
const value_type init 
)
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE boost::numeric::ublas::bounded_array< T, N, ALLOC >::bounded_array ( const bounded_array< T, N, ALLOC > &  c)
inline

Member Function Documentation

template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE bounded_array& boost::numeric::ublas::bounded_array< T, N, ALLOC >::assign_temporary ( bounded_array< T, N, ALLOC > &  a)
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE iterator boost::numeric::ublas::bounded_array< T, N, ALLOC >::begin ( void  )
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::bounded_array< T, N, ALLOC >::cbegin ( ) const
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::bounded_array< T, N, ALLOC >::cend ( ) const
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::bounded_array< T, N, ALLOC >::crbegin ( ) const
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::bounded_array< T, N, ALLOC >::crend ( ) const
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE bool boost::numeric::ublas::bounded_array< T, N, ALLOC >::empty ( void  ) const
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE iterator boost::numeric::ublas::bounded_array< T, N, ALLOC >::end ( void  )
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::bounded_array< T, N, ALLOC >::max_size ( void  ) const
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE bounded_array& boost::numeric::ublas::bounded_array< T, N, ALLOC >::operator= ( const bounded_array< T, N, ALLOC > &  a)
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::bounded_array< T, N, ALLOC >::operator[] ( size_type  i) const
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE reference boost::numeric::ublas::bounded_array< T, N, ALLOC >::operator[] ( size_type  i)
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::bounded_array< T, N, ALLOC >::rbegin ( ) const
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE reverse_iterator boost::numeric::ublas::bounded_array< T, N, ALLOC >::rbegin ( )
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::bounded_array< T, N, ALLOC >::rend ( ) const
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE reverse_iterator boost::numeric::ublas::bounded_array< T, N, ALLOC >::rend ( )
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE void boost::numeric::ublas::bounded_array< T, N, ALLOC >::resize ( size_type  size)
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE void boost::numeric::ublas::bounded_array< T, N, ALLOC >::resize ( size_type  size,
value_type  init 
)
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::bounded_array< T, N, ALLOC >::size ( void  ) const
inline
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE void boost::numeric::ublas::bounded_array< T, N, ALLOC >::swap ( bounded_array< T, N, ALLOC > &  a)
inline

Friends And Related Function Documentation

template<class T, std::size_t N, class ALLOC >
friend class boost::serialization::access
friend
template<class T, std::size_t N, class ALLOC >
BOOST_UBLAS_INLINE friend void swap ( bounded_array< T, N, ALLOC > &  a1,
bounded_array< T, N, ALLOC > &  a2 
)
friend

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