Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types
stxxl::stream::use_push< ValueType_ > Struct Template Reference

Input strategy for runs_creator class. More...

#include <sort_stream.h>

Inheritance diagram for stxxl::stream::use_push< ValueType_ >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef ValueType_ value_type

Detailed Description

template<class ValueType_>
struct stxxl::stream::use_push< ValueType_ >

Input strategy for runs_creator class.

This strategy together with runs_creator class allows to create sorted runs data structure usable for runs_merger pushing elements into the sorter (using runs_creator::push())

Examples:
stream/test_push_sort.cpp.

Definition at line 384 of file sort_stream.h.


Member Typedef Documentation

template<class ValueType_>
typedef ValueType_ stxxl::stream::use_push< ValueType_ >::value_type

Definition at line 386 of file sort_stream.h.


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