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, true > Class Template Reference

#include <adaptor.h>

List of all members.

Public Types

typedef value_typeiterator

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, true >

Definition at line 606 of file adaptor.h.


Member Typedef Documentation

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

Definition at line 608 of file adaptor.h.

template<typename BlockType >
typedef value_type* stxxl::helper::element_iterator_generator< BlockType, true >::iterator

Definition at line 612 of file adaptor.h.

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

Definition at line 609 of file adaptor.h.


Member Function Documentation

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

Definition at line 614 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