|
Stxxl
1.4.0
|
#include <adaptor.h>


Public Types | |
| enum | { block_size = _blk_sz } |
| typedef RunsToBIDArrayAdaptor2 < _blk_sz, _run_type, __pos_type > | _Self |
| typedef BID< _blk_sz > | data_type |
| typedef TwoToOneDimArrayAdaptorBase < _run_type *, BID< _blk_sz > , __pos_type > | ParentClass_ |
Public Member Functions | |
| RunsToBIDArrayAdaptor2 (_run_type **a, __pos_type p, int_type _w, int_type _h) | |
| RunsToBIDArrayAdaptor2 (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 | |
| __pos_type | w |
| __pos_type | h |
| __pos_type | K |
| typedef RunsToBIDArrayAdaptor2<_blk_sz, _run_type, __pos_type> stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::_Self |
Reimplemented from stxxl::TwoToOneDimArrayAdaptorBase< _run_type *, BID< _blk_sz >, __pos_type >.
| typedef BID<_blk_sz> stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::data_type |
| typedef TwoToOneDimArrayAdaptorBase<_run_type *, BID<_blk_sz>, __pos_type> stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::ParentClass_ |
| anonymous enum |
| stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::RunsToBIDArrayAdaptor2 | ( | _run_type ** | a, |
| __pos_type | p, | ||
| int_type | _w, | ||
| int_type | _h | ||
| ) | [inline] |
| stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::RunsToBIDArrayAdaptor2 | ( | const _Self & | a | ) | [inline] |
| data_type& stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::operator* | ( | ) | [inline] |
| const data_type* stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::operator-> | ( | ) | const [inline] |
| const _Self& stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::operator= | ( | const _Self & | a | ) | [inline] |
Definition at line 102 of file adaptor.h.
References stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::array, stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::h, stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::K, stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::pos, and stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::w.
| data_type& stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::operator[] | ( | __pos_type | n | ) | const [inline] |
| __pos_type stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::h |
Definition at line 90 of file adaptor.h.
Referenced by stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::operator=().
| __pos_type stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::K |
Definition at line 90 of file adaptor.h.
Referenced by stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::operator=().
| __pos_type stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::w |
Definition at line 90 of file adaptor.h.
Referenced by stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::operator=().
1.7.6.1