Stxxl
1.4.0
|
#include <adaptor.h>
Public Types | |
enum | { block_size = _blk_sz } |
typedef RunsToBIDArrayAdaptor < _blk_sz, _run_type, __pos_type > | _Self |
typedef BID< _blk_sz > | data_type |
typedef TwoToOneDimArrayAdaptorBase < _run_type *, BID< _blk_sz > , __pos_type > | _Parent |
Public Member Functions | |
RunsToBIDArrayAdaptor (_run_type **a, __pos_type p, unsigned_type d) | |
RunsToBIDArrayAdaptor (const _Self &a) | |
const _Self & | operator= (const _Self &a) |
data_type & | operator* () |
const data_type * | operator-> () const |
data_type & | operator[] (__pos_type n) const |
Public Attributes | |
unsigned_type | dim_size |
typedef TwoToOneDimArrayAdaptorBase<_run_type *, BID<_blk_sz>, __pos_type> stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::_Parent |
typedef RunsToBIDArrayAdaptor<_blk_sz, _run_type, __pos_type> stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::_Self |
Reimplemented from stxxl::TwoToOneDimArrayAdaptorBase< _run_type *, BID< _blk_sz >, __pos_type >.
typedef BID<_blk_sz> stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::data_type |
anonymous enum |
stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::RunsToBIDArrayAdaptor | ( | _run_type ** | a, |
__pos_type | p, | ||
unsigned_type | d | ||
) | [inline] |
stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::RunsToBIDArrayAdaptor | ( | const _Self & | a | ) | [inline] |
data_type& stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::operator* | ( | ) | [inline] |
Definition at line 52 of file adaptor.h.
References CHECK_RUN_BOUNDS.
const data_type* stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::operator-> | ( | ) | const [inline] |
Definition at line 58 of file adaptor.h.
References CHECK_RUN_BOUNDS.
const _Self& stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::operator= | ( | const _Self & | a | ) | [inline] |
data_type& stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::operator[] | ( | __pos_type | n | ) | const [inline] |
Definition at line 65 of file adaptor.h.
References CHECK_RUN_BOUNDS.
unsigned_type stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::dim_size |
Definition at line 31 of file adaptor.h.
Referenced by stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::operator=().