STXXL
1.4.1
|
Public Types | |
typedef DataType | data_type |
typedef OneDimArrayType | one_dim_array_type |
typedef PosType | pos_type |
typedef two2one_dim_array_adapter_base < one_dim_array_type, data_type, pos_type > | self_type |
Public Member Functions | |
two2one_dim_array_adapter_base () | |
two2one_dim_array_adapter_base (one_dim_array_type *a, pos_type p) | |
two2one_dim_array_adapter_base (const two2one_dim_array_adapter_base &a) | |
bool | operator!= (const self_type &a) const |
self_type | operator+ (pos_type off) const |
self_type & | operator++ () |
self_type | operator++ (int) |
self_type & | operator+= (pos_type off) |
pos_type | operator- (const self_type &a) const |
self_type | operator- (pos_type off) const |
self_type | operator-- (int) |
self_type & | operator-- () |
self_type & | operator-= (pos_type off) |
bool | operator< (const self_type &a) const |
bool | operator<= (const self_type &a) const |
bool | operator== (const self_type &a) const |
bool | operator> (const self_type &a) const |
bool | operator>= (const self_type &a) const |
Public Attributes | |
one_dim_array_type * | array |
pos_type | pos |
typedef DataType stxxl::two2one_dim_array_adapter_base< OneDimArrayType, DataType, PosType >::data_type |
typedef OneDimArrayType stxxl::two2one_dim_array_adapter_base< OneDimArrayType, DataType, PosType >::one_dim_array_type |
typedef PosType stxxl::two2one_dim_array_adapter_base< OneDimArrayType, DataType, PosType >::pos_type |
typedef two2one_dim_array_adapter_base<one_dim_array_type, data_type, pos_type> stxxl::two2one_dim_array_adapter_base< OneDimArrayType, DataType, PosType >::self_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
one_dim_array_type* stxxl::two2one_dim_array_adapter_base< OneDimArrayType, DataType, PosType >::array |
Definition at line 218 of file adaptor.h.
Referenced by stxxl::runs2bid_array_adaptor< BlockSize, RunType, PosType >::operator=(), and stxxl::runs2bid_array_adaptor2< BlockSize, RunType, PosType >::operator=().
pos_type stxxl::two2one_dim_array_adapter_base< OneDimArrayType, DataType, PosType >::pos |
Definition at line 219 of file adaptor.h.
Referenced by stxxl::runs2bid_array_adaptor< BlockSize, RunType, PosType >::operator=(), and stxxl::runs2bid_array_adaptor2< BlockSize, RunType, PosType >::operator=().