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::basic_range< Z, D > Class Template Reference

#include <storage.hpp>

Inheritance diagram for boost::numeric::ublas::basic_range< Z, D >:

Classes

class  const_iterator
 

Public Types

typedef Z size_type
 
typedef D difference_type
 
typedef size_type value_type
 
typedef value_type const_reference
 
typedef const_reference reference
 
typedef const value_typeconst_pointer
 
typedef value_typepointer
 
typedef std::reverse_iterator
< const_iterator
const_reverse_iterator
 

Public Member Functions

BOOST_UBLAS_INLINE basic_range ()
 
BOOST_UBLAS_INLINE basic_range (size_type start, size_type stop)
 
BOOST_UBLAS_INLINE size_type start () const
 
BOOST_UBLAS_INLINE size_type size () const
 
BOOST_UBLAS_INLINE size_type max_size () const
 
BOOST_UBLAS_INLINE bool empty () const
 
BOOST_UBLAS_INLINE const_reference operator() (size_type i) const
 
BOOST_UBLAS_INLINE basic_range compose (const basic_range &r) const
 
BOOST_UBLAS_INLINE bool operator== (const basic_range &r) const
 
BOOST_UBLAS_INLINE bool operator!= (const basic_range &r) const
 
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
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 basic_range preprocess (size_type size) const
 

Static Public Member Functions

static BOOST_UBLAS_INLINE
const basic_range
all ()
 

Member Typedef Documentation

template<class Z, class D>
typedef const value_type* boost::numeric::ublas::basic_range< Z, D >::const_pointer
template<class Z, class D>
typedef value_type boost::numeric::ublas::basic_range< Z, D >::const_reference
template<class Z, class D>
typedef std::reverse_iterator<const_iterator> boost::numeric::ublas::basic_range< Z, D >::const_reverse_iterator
template<class Z, class D>
typedef D boost::numeric::ublas::basic_range< Z, D >::difference_type
template<class Z, class D>
typedef value_type* boost::numeric::ublas::basic_range< Z, D >::pointer
template<class Z, class D>
typedef const_reference boost::numeric::ublas::basic_range< Z, D >::reference
template<class Z, class D>
typedef Z boost::numeric::ublas::basic_range< Z, D >::size_type
template<class Z, class D>
typedef size_type boost::numeric::ublas::basic_range< Z, D >::value_type

Constructor & Destructor Documentation

template<class Z, class D>
BOOST_UBLAS_INLINE boost::numeric::ublas::basic_range< Z, D >::basic_range ( size_type  start,
size_type  stop 
)
inline

Member Function Documentation

template<class Z, class D>
static BOOST_UBLAS_INLINE const basic_range& boost::numeric::ublas::basic_range< Z, D >::all ( )
inlinestatic
template<class Z, class D>
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::basic_range< Z, D >::cbegin ( ) const
inline
template<class Z, class D>
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::basic_range< Z, D >::cend ( ) const
inline
template<class Z, class D>
BOOST_UBLAS_INLINE basic_range boost::numeric::ublas::basic_range< Z, D >::compose ( const basic_range< Z, D > &  r) const
inline
template<class Z, class D>
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::basic_range< Z, D >::crbegin ( ) const
inline
template<class Z, class D>
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::basic_range< Z, D >::crend ( ) const
inline
template<class Z, class D>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::basic_range< Z, D >::empty ( void  ) const
inline
template<class Z, class D>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::basic_range< Z, D >::max_size ( void  ) const
inline
template<class Z, class D>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::basic_range< Z, D >::operator!= ( const basic_range< Z, D > &  r) const
inline
template<class Z, class D>
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::basic_range< Z, D >::operator() ( size_type  i) const
inline
template<class Z, class D>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::basic_range< Z, D >::operator== ( const basic_range< Z, D > &  r) const
inline
template<class Z, class D>
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::basic_range< Z, D >::rbegin ( ) const
inline
template<class Z, class D>
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::basic_range< Z, D >::rend ( ) const
inline

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