Stxxl
1.3.2
|
Contains data elements for stxxl::typed_block
, not intended for direct use.
More...
#include <typed_block.h>
Public Types | |
enum | { size = Size_ } |
typedef T | type |
typedef T | value_type |
typedef T & | reference |
typedef const T & | const_reference |
typedef type * | pointer |
typedef pointer | iterator |
typedef const type * | const_iterator |
Public Member Functions | |
reference | operator[] (int i) |
An operator to access elements in the block. More... | |
iterator | begin () |
Returns iterator pointing to the first element. More... | |
const_iterator | begin () const |
Returns const_iterator pointing to the first element. More... | |
const_iterator | cbegin () const |
Returns const_iterator pointing to the first element. More... | |
iterator | end () |
Returns iterator pointing to the end element. More... | |
const_iterator | end () const |
Returns const_iterator pointing to the end element. More... | |
const_iterator | cend () const |
Returns const_iterator pointing to the end element. More... | |
Public Attributes | |
T | elem [size] |
Array of elements of type T. More... | |
Contains data elements for stxxl::typed_block
, not intended for direct use.
|
inline |
Returns iterator
pointing to the first element.
Referenced by element_block< T_, Size_ >::cbegin(), queue< ValTp, BlkSz, AllocStr, SzTp >::pop(), queue< ValTp, BlkSz, AllocStr, SzTp >::push(), and stream::runs_creator< use_push< ValueType_ >, Cmp_, BlockSize_, AllocStr_ >::push().
|
inline |
Returns const_iterator
pointing to the first element.
|
inline |
Returns const_iterator
pointing to the first element.
|
inline |
Returns const_iterator
pointing to the end element.
|
inline |
Returns iterator
pointing to the end element.
Referenced by element_block< T_, Size_ >::cend(), and stream::runs_creator< use_push< ValueType_ >, Cmp_, BlockSize_, AllocStr_ >::push().
|
inline |
Returns const_iterator
pointing to the end element.
|
inline |
An operator to access elements in the block.
T element_block< T, Size_ >::elem[size] |
Array of elements of type T.
Referenced by element_block< T_, Size_ >::begin(), element_block< T_, Size_ >::end(), and element_block< T_, Size_ >::operator[]().