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::array_adaptor< T > Class Template Reference

#include <storage.hpp>

Inheritance diagram for boost::numeric::ublas::array_adaptor< T >:
Collaboration diagram for boost::numeric::ublas::array_adaptor< T >:

Public Types

typedef std::size_t size_type
 
typedef std::ptrdiff_t 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 array_adaptor ()
 
BOOST_UBLAS_INLINE array_adaptor (size_type size)
 
BOOST_UBLAS_INLINE array_adaptor (size_type size, const value_type &init)
 
BOOST_UBLAS_INLINE array_adaptor (size_type size, pointer data)
 
BOOST_UBLAS_INLINE array_adaptor (const array_adaptor &a)
 
BOOST_UBLAS_INLINE ~array_adaptor ()
 
BOOST_UBLAS_INLINE void resize (size_type size)
 
BOOST_UBLAS_INLINE void resize (size_type size, value_type init)
 
BOOST_UBLAS_INLINE void resize (size_type size, pointer data)
 
BOOST_UBLAS_INLINE void resize (size_type size, pointer data, value_type init)
 
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 array_adaptoroperator= (const array_adaptor &a)
 
BOOST_UBLAS_INLINE array_adaptorassign_temporary (array_adaptor &a)
 
BOOST_UBLAS_INLINE void swap (array_adaptor &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

BOOST_UBLAS_INLINE friend void swap (array_adaptor &a1, array_adaptor &a2)
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<class T >
BOOST_UBLAS_INLINE boost::numeric::ublas::array_adaptor< T >::array_adaptor ( )
inline
template<class T >
BOOST_UBLAS_INLINE boost::numeric::ublas::array_adaptor< T >::array_adaptor ( size_type  size)
inlineexplicit
template<class T >
BOOST_UBLAS_INLINE boost::numeric::ublas::array_adaptor< T >::array_adaptor ( size_type  size,
const value_type init 
)
inline

References std::fill().

template<class T >
BOOST_UBLAS_INLINE boost::numeric::ublas::array_adaptor< T >::array_adaptor ( size_type  size,
pointer  data 
)
inline
template<class T >
BOOST_UBLAS_INLINE boost::numeric::ublas::array_adaptor< T >::array_adaptor ( const array_adaptor< T > &  a)
inline

References boost::a.

template<class T >
BOOST_UBLAS_INLINE boost::numeric::ublas::array_adaptor< T >::~array_adaptor ( )
inline

Member Function Documentation

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

Friends And Related Function Documentation

template<class T >
BOOST_UBLAS_INLINE friend void swap ( array_adaptor< T > &  a1,
array_adaptor< T > &  a2 
)
friend

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