stxxl::typed_block , not intended for direct use.
More...
#include <mng.h>
Inheritance diagram for element_block< T, Size_ >:
Public Types | |
| size = Size_ | |
| number of elements in the block | |
| enum | { size = Size_ } |
Public Member Functions | |
| reference | operator[] (int i) |
| An operator to access elements in the block. | |
| iterator | begin () |
Returns iterator pointing to the first element. | |
| const_iterator | begin () const |
Returns const_iterator pointing to the first element. | |
| const_iterator | cbegin () const |
Returns const_iterator pointing to the first element. | |
| iterator | end () |
Returns iterator pointing to the end element. | |
| const_iterator | end () const |
Returns const_iterator pointing to the end element. | |
| const_iterator | cend () const |
Returns const_iterator pointing to the end element. | |
Public Attributes | |
| T | elem [size] |
| Array of elements of type T. | |
stxxl::typed_block , not intended for direct use.
| const_iterator element_block< T, Size_ >::begin | ( | ) | const [inline] |
Returns const_iterator pointing to the first element.
| iterator element_block< T, Size_ >::begin | ( | ) | [inline] |
Returns iterator pointing to the first element.
| const_iterator element_block< T, Size_ >::cbegin | ( | ) | const [inline] |
Returns const_iterator pointing to the first element.
| const_iterator element_block< T, Size_ >::cend | ( | ) | const [inline] |
Returns const_iterator pointing to the end element.
| const_iterator element_block< T, Size_ >::end | ( | ) | const [inline] |
Returns const_iterator pointing to the end element.
| iterator element_block< T, Size_ >::end | ( | ) | [inline] |
Returns iterator pointing to the end element.
| reference element_block< T, Size_ >::operator[] | ( | int | i | ) | [inline] |
An operator to access elements in the block.
| T element_block< T, Size_ >::elem[size] |
Array of elements of type T.
1.4.7