STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::run_cursor< BlockType > Struct Template Reference

Detailed Description

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

Definition at line 23 of file run_cursor.h.

+ Inheritance diagram for stxxl::run_cursor< BlockType >:
+ Collaboration diagram for stxxl::run_cursor< BlockType >:

Public Member Functions

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

Public Attributes

BlockType * buffer
 
unsigned_type pos
 

Constructor & Destructor Documentation

template<typename BlockType >
stxxl::run_cursor< BlockType >::run_cursor ( )
inline

Definition at line 28 of file run_cursor.h.

Member Function Documentation

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

Definition at line 34 of file run_cursor.h.

Member Data Documentation

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

Definition at line 26 of file run_cursor.h.

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

Definition at line 25 of file run_cursor.h.


The documentation for this struct was generated from the following file: