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

Detailed Description

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

Definition at line 24 of file run_cursor.h.

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

Public Member Functions

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

Public Attributes

block_type * buffer
 
unsigned_type pos
 

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

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: