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

#include <sparse_view.hpp>

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

Public Types

typedef const pointer array_type
 
typedef std::size_t size_type
 
typedef std::ptrdiff_t difference_type
 
typedef T value_type
 
typedef const Tconst_reference
 
typedef const Tconst_pointer
 
typedef const_pointer const_iterator
 
typedef std::reverse_iterator
< const_iterator
const_reverse_iterator
 
typedef dense_tag storage_category
 
typedef const vector_reference
< const self_type
const_closure_type
 

Public Member Functions

 c_array_view (size_type size, array_type data)
 
 ~c_array_view ()
 
BOOST_UBLAS_INLINE size_type size () const
 
BOOST_UBLAS_INLINE const_reference operator[] (size_type i) const
 
BOOST_UBLAS_INLINE const_iterator begin () const
 
BOOST_UBLAS_INLINE const_iterator end () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator 
rbegin () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator 
rend () const
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<class T >
boost::numeric::ublas::c_array_view< T >::c_array_view ( size_type  size,
array_type  data 
)
inline
template<class T >
boost::numeric::ublas::c_array_view< T >::~c_array_view ( )
inline

Member Function Documentation

template<class T >
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::c_array_view< T >::begin ( void  ) const
inline
template<class T >
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::c_array_view< T >::end ( void  ) const
inline
template<class T >
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::c_array_view< T >::operator[] ( size_type  i) const
inline
template<class T >
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::c_array_view< T >::rbegin ( ) const
inline
template<class T >
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::c_array_view< T >::rend ( ) const
inline
template<class T >
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::c_array_view< T >::size ( void  ) const
inline

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