Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
stxxl::run_cursor< block_type > Struct Template Reference

#include <run_cursor.h>

Inheritance diagram for stxxl::run_cursor< block_type >:
Inheritance graph
[legend]
Collaboration diagram for stxxl::run_cursor< block_type >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 run_cursor ()
block_type::const_reference current () const
void operator++ ()

Public Attributes

unsigned_type pos
block_typebuffer

Detailed Description

template<typename block_type>
struct stxxl::run_cursor< block_type >

Definition at line 24 of file run_cursor.h.


Constructor & Destructor Documentation

template<typename block_type >
stxxl::run_cursor< block_type >::run_cursor ( ) [inline]

Definition at line 29 of file run_cursor.h.


Member Function Documentation

template<typename block_type >
block_type::const_reference stxxl::run_cursor< block_type >::current ( ) const [inline]
template<typename block_type >
void stxxl::run_cursor< block_type >::operator++ ( ) [inline]

Reimplemented in stxxl::run_cursor2< block_type, prefetcher_type_ >.

Definition at line 35 of file run_cursor.h.


Member Data Documentation

template<typename block_type >
block_type* stxxl::run_cursor< block_type >::buffer

Definition at line 27 of file run_cursor.h.

template<typename block_type >
unsigned_type stxxl::run_cursor< block_type >::pos

Definition at line 26 of file run_cursor.h.


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