Stxxl
1.4.0
|
#include <run_cursor.h>
Public Member Functions | |
run_cursor () | |
block_type::const_reference | current () const |
void | operator++ () |
Public Attributes | |
unsigned_type | pos |
block_type * | buffer |
Definition at line 24 of file run_cursor.h.
stxxl::run_cursor< block_type >::run_cursor | ( | ) | [inline] |
Definition at line 29 of file run_cursor.h.
block_type::const_reference stxxl::run_cursor< block_type >::current | ( | ) | const [inline] |
Definition at line 31 of file run_cursor.h.
Referenced by stxxl::sort_helper::run_cursor2_cmp< block_type, prefetcher_type, value_cmp >::operator()(), and stxxl::ksort_local::run_cursor2_cmp< block_type, prefetcher_type, key_extractor >::operator()().
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.
block_type* stxxl::run_cursor< block_type >::buffer |
Definition at line 27 of file run_cursor.h.
unsigned_type stxxl::run_cursor< block_type >::pos |
Definition at line 26 of file run_cursor.h.