Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Private Types
stxxl::helper::element_iterator_generator< BlockType, false > Class Template Reference

#include <adaptor.h>

List of all members.

Public Types

typedef
ArrayOfSequencesIterator
< block_type, value_type,
block_type::size > 
iterator

Public Member Functions

iterator operator() (block_type *blocks, unsigned_type offset) const

Private Types

typedef BlockType block_type
typedef block_type::value_type value_type

Detailed Description

template<typename BlockType>
class stxxl::helper::element_iterator_generator< BlockType, false >

Definition at line 590 of file adaptor.h.


Member Typedef Documentation

template<typename BlockType >
typedef BlockType stxxl::helper::element_iterator_generator< BlockType, false >::block_type [private]

Definition at line 592 of file adaptor.h.

template<typename BlockType >
typedef ArrayOfSequencesIterator<block_type, value_type, block_type::size> stxxl::helper::element_iterator_generator< BlockType, false >::iterator

Definition at line 596 of file adaptor.h.

template<typename BlockType >
typedef block_type::value_type stxxl::helper::element_iterator_generator< BlockType, false >::value_type [private]

Definition at line 593 of file adaptor.h.


Member Function Documentation

template<typename BlockType >
iterator stxxl::helper::element_iterator_generator< BlockType, false >::operator() ( block_type blocks,
unsigned_type  offset 
) const [inline]

Definition at line 598 of file adaptor.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines