Stxxl
1.4.0
|
#include <adaptor.h>
Public Types | |
typedef pos_type | _pos_type |
typedef TwoToOneDimArrayAdaptorBase < one_dim_array_type, data_type, pos_type > | _Self |
Public Member Functions | |
TwoToOneDimArrayAdaptorBase () | |
TwoToOneDimArrayAdaptorBase (one_dim_array_type *a, pos_type p) | |
TwoToOneDimArrayAdaptorBase (const TwoToOneDimArrayAdaptorBase &a) | |
bool | operator== (const _Self &a) const |
bool | operator!= (const _Self &a) const |
bool | operator< (const _Self &a) const |
bool | operator> (const _Self &a) const |
bool | operator<= (const _Self &a) const |
bool | operator>= (const _Self &a) const |
_Self | operator+ (pos_type off) const |
_Self | operator- (pos_type off) const |
_Self & | operator++ () |
_Self | operator++ (int) |
_Self & | operator-- () |
_Self | operator-- (int) |
pos_type | operator- (const _Self &a) const |
_Self & | operator-= (pos_type off) |
_Self & | operator+= (pos_type off) |
Public Attributes | |
one_dim_array_type * | array |
pos_type | pos |
typedef pos_type stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::_pos_type |
typedef TwoToOneDimArrayAdaptorBase<one_dim_array_type, data_type, pos_type> stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::_Self |
stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::TwoToOneDimArrayAdaptorBase | ( | ) | [inline] |
stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::TwoToOneDimArrayAdaptorBase | ( | one_dim_array_type * | a, |
pos_type | p | ||
) | [inline] |
stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::TwoToOneDimArrayAdaptorBase | ( | const TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type > & | a | ) | [inline] |
bool stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator!= | ( | const _Self & | a | ) | const [inline] |
_Self stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator+ | ( | pos_type | off | ) | const [inline] |
_Self& stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator++ | ( | ) | [inline] |
_Self stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator++ | ( | int | ) | [inline] |
_Self& stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator+= | ( | pos_type | off | ) | [inline] |
_Self stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator- | ( | pos_type | off | ) | const [inline] |
pos_type stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator- | ( | const _Self & | a | ) | const [inline] |
_Self stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator-- | ( | int | ) | [inline] |
_Self& stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator-- | ( | ) | [inline] |
_Self& stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator-= | ( | pos_type | off | ) | [inline] |
bool stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator< | ( | const _Self & | a | ) | const [inline] |
bool stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator<= | ( | const _Self & | a | ) | const [inline] |
bool stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator== | ( | const _Self & | a | ) | const [inline] |
bool stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator> | ( | const _Self & | a | ) | const [inline] |
bool stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::operator>= | ( | const _Self & | a | ) | const [inline] |
one_dim_array_type* stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::array |
Definition at line 213 of file adaptor.h.
Referenced by stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::operator=(), and stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::operator=().
pos_type stxxl::TwoToOneDimArrayAdaptorBase< one_dim_array_type, data_type, pos_type >::pos |
Definition at line 214 of file adaptor.h.
Referenced by stxxl::RunsToBIDArrayAdaptor< _blk_sz, _run_type, __pos_type >::operator=(), and stxxl::RunsToBIDArrayAdaptor2< _blk_sz, _run_type, __pos_type >::operator=().