#include <storage.hpp>


Public Types | |
| typedef V1::value_type | value1_type |
| typedef V2::value_type | value2_type |
| typedef V3::value_type | value3_type |
| typedef V1::size_type | size_type |
| typedef V1::difference_type | difference_type |
| typedef index_triple< self_type > | value_type |
| typedef value_type | reference |
| typedef const value_type | const_reference |
| typedef indexed_iterator < self_type, std::random_access_iterator_tag > | iterator |
| typedef indexed_const_iterator < self_type, std::random_access_iterator_tag > | const_iterator |
Public Member Functions | |
| BOOST_UBLAS_INLINE | index_triple_array (size_type size, V1 &data1, V2 &data2, V3 &data3) |
| 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 iterator | begin () |
| BOOST_UBLAS_INLINE iterator | end () |
| 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 bool | equal (size_type i1, size_type i2) const |
| BOOST_UBLAS_INLINE bool | less (size_type i1, size_type i2) const |
Friends | |
| class | index_triple< self_type > |
| BOOST_UBLAS_INLINE friend void | iter_swap (const iterator &lhs, const iterator &rhs) |
| typedef indexed_const_iterator<self_type, std::random_access_iterator_tag> boost::numeric::ublas::index_triple_array< V1, V2, V3 >::const_iterator |
| typedef const value_type boost::numeric::ublas::index_triple_array< V1, V2, V3 >::const_reference |
| typedef V1::difference_type boost::numeric::ublas::index_triple_array< V1, V2, V3 >::difference_type |
| typedef indexed_iterator<self_type, std::random_access_iterator_tag> boost::numeric::ublas::index_triple_array< V1, V2, V3 >::iterator |
| typedef value_type boost::numeric::ublas::index_triple_array< V1, V2, V3 >::reference |
| typedef V1::size_type boost::numeric::ublas::index_triple_array< V1, V2, V3 >::size_type |
| typedef V1::value_type boost::numeric::ublas::index_triple_array< V1, V2, V3 >::value1_type |
| typedef V2::value_type boost::numeric::ublas::index_triple_array< V1, V2, V3 >::value2_type |
| typedef V3::value_type boost::numeric::ublas::index_triple_array< V1, V2, V3 >::value3_type |
| typedef index_triple<self_type> boost::numeric::ublas::index_triple_array< V1, V2, V3 >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |