|
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 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_adaptor & | operator= (const array_adaptor &a) |
|
BOOST_UBLAS_INLINE array_adaptor & | assign_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 () |
|
template<class T>
class BFL::boost::numeric::ublas::array_adaptor< T >
Definition at line 510 of file asirfilter.h.