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

#include <array.hpp>

Public Types

enum  { static_size = 0 }
 
typedef T value_type
 
typedef Titerator
 
typedef const Tconst_iterator
 
typedef Treference
 
typedef const Tconst_reference
 
typedef std::size_t size_type
 
typedef std::ptrdiff_t difference_type
 
typedef std::reverse_iterator
< iterator
reverse_iterator
 
typedef std::reverse_iterator
< const_iterator
const_reverse_iterator
 

Public Member Functions

iterator begin ()
 
const_iterator begin () const
 
const_iterator cbegin () const
 
iterator end ()
 
const_iterator end () const
 
const_iterator cend () const
 
reverse_iterator rbegin ()
 
const_reverse_iterator rbegin () const
 
const_reverse_iterator crbegin () const
 
reverse_iterator rend ()
 
const_reverse_iterator rend () const
 
const_reverse_iterator crend () const
 
reference operator[] (size_type)
 
const_reference operator[] (size_type) const
 
reference at (size_type)
 
const_reference at (size_type) const
 
reference front ()
 
const_reference front () const
 
reference back ()
 
const_reference back () const
 
void swap (array< T, 0 > &)
 
const Tdata () const
 
Tdata ()
 
Tc_array ()
 
template<typename T2 >
array< T, 0 > & operator= (const array< T2, 0 > &)
 
void assign (const T &value)
 
void fill (const T &)
 

Static Public Member Functions

static size_type size ()
 
static bool empty ()
 
static size_type max_size ()
 
static reference failed_rangecheck ()
 

Member Typedef Documentation

template<class T >
typedef const T* boost::array< T, 0 >::const_iterator
template<class T >
typedef const T& boost::array< T, 0 >::const_reference
template<class T >
typedef std::reverse_iterator<const_iterator> boost::array< T, 0 >::const_reverse_iterator
template<class T >
typedef std::ptrdiff_t boost::array< T, 0 >::difference_type
template<class T >
typedef T* boost::array< T, 0 >::iterator
template<class T >
typedef T& boost::array< T, 0 >::reference
template<class T >
typedef std::reverse_iterator<iterator> boost::array< T, 0 >::reverse_iterator
template<class T >
typedef std::size_t boost::array< T, 0 >::size_type
template<class T >
typedef T boost::array< T, 0 >::value_type

Member Enumeration Documentation

template<class T >
anonymous enum
Enumerator
static_size 

Member Function Documentation

template<class T >
void boost::array< T, 0 >::assign ( const T value)
inline
template<class T >
reference boost::array< T, 0 >::at ( size_type  )
inline
template<class T >
const_reference boost::array< T, 0 >::at ( size_type  ) const
inline
template<class T >
reference boost::array< T, 0 >::back ( )
inline
template<class T >
const_reference boost::array< T, 0 >::back ( ) const
inline
template<class T >
iterator boost::array< T, 0 >::begin ( )
inline
template<class T >
const_iterator boost::array< T, 0 >::begin ( ) const
inline
template<class T >
T* boost::array< T, 0 >::c_array ( )
inline
template<class T >
const_iterator boost::array< T, 0 >::cbegin ( ) const
inline
template<class T >
const_iterator boost::array< T, 0 >::cend ( ) const
inline
template<class T >
const_reverse_iterator boost::array< T, 0 >::crbegin ( ) const
inline
template<class T >
const_reverse_iterator boost::array< T, 0 >::crend ( ) const
inline
template<class T >
const T* boost::array< T, 0 >::data ( ) const
inline
template<class T >
T* boost::array< T, 0 >::data ( )
inline
template<class T >
static bool boost::array< T, 0 >::empty ( )
inlinestatic
template<class T >
iterator boost::array< T, 0 >::end ( )
inline
template<class T >
const_iterator boost::array< T, 0 >::end ( ) const
inline
template<class T >
static reference boost::array< T, 0 >::failed_rangecheck ( )
inlinestatic

References T, and boost::throw_exception().

template<class T >
void boost::array< T, 0 >::fill ( const T )
inline
template<class T >
reference boost::array< T, 0 >::front ( )
inline
template<class T >
const_reference boost::array< T, 0 >::front ( ) const
inline
template<class T >
static size_type boost::array< T, 0 >::max_size ( )
inlinestatic
template<class T >
template<typename T2 >
array<T,0>& boost::array< T, 0 >::operator= ( const array< T2, 0 > &  )
inline
template<class T >
reference boost::array< T, 0 >::operator[] ( size_type  )
inline
template<class T >
const_reference boost::array< T, 0 >::operator[] ( size_type  ) const
inline
template<class T >
reverse_iterator boost::array< T, 0 >::rbegin ( )
inline
template<class T >
const_reverse_iterator boost::array< T, 0 >::rbegin ( ) const
inline
template<class T >
reverse_iterator boost::array< T, 0 >::rend ( )
inline
template<class T >
const_reverse_iterator boost::array< T, 0 >::rend ( ) const
inline
template<class T >
static size_type boost::array< T, 0 >::size ( )
inlinestatic
template<class T >
void boost::array< T, 0 >::swap ( array< T, 0 > &  )
inline

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