Stxxl  1.4.0
Typedefs | Functions | Variables
stream/test_loop.cpp File Reference
#include <iostream>
#include <limits>
#include <stxxl/mng>
#include <stxxl/vector>
#include <stxxl/stream>
Include dependency graph for test_loop.cpp:

Go to the source code of this file.

Typedefs

typedef random_generator input_generator_type
typedef Cmp
< input_generator_type::value_type
cmp
typedef
stxxl::stream::runs_creator
< input_generator_type, cmp
runs_creator_type0
typedef
runs_creator_type0::sorted_runs_type 
sorted_runs_type
typedef
stxxl::stream::runs_merger
< sorted_runs_type, cmp
runs_merger_type
typedef output< runs_merger_typeoutput_type
typedef filter< output_typefilter_type0
typedef filter< filter_type0filter_type1
typedef shuffle< filter_type1shuffle_type
typedef
stxxl::stream::runs_creator
< shuffle_type, cmp
runs_creator_type1

Functions

int main (int argc, char **argv)

Variables

const stxxl::uint64 memory_to_use = 3ul * 1024 * 1024 * 1024
bool verbose

Typedef Documentation

typedef filter<output_type> filter_type0
Examples:
stream/test_loop.cpp.

Definition at line 227 of file test_loop.cpp.

typedef filter<filter_type0> filter_type1
Examples:
stream/test_loop.cpp.

Definition at line 228 of file test_loop.cpp.

typedef random_generator input_generator_type
Examples:
stream/test_loop.cpp.

Definition at line 221 of file test_loop.cpp.

typedef output<runs_merger_type> output_type
Examples:
stream/test_loop.cpp.

Definition at line 226 of file test_loop.cpp.

Examples:
stream/test_loop.cpp.

Definition at line 223 of file test_loop.cpp.

Examples:
stream/test_loop.cpp.

Definition at line 230 of file test_loop.cpp.

Examples:
stream/test_loop.cpp.

Definition at line 225 of file test_loop.cpp.

typedef shuffle<filter_type1> shuffle_type
Examples:
stream/test_loop.cpp.

Definition at line 229 of file test_loop.cpp.


Function Documentation

int main ( int  argc,
char **  argv 
)

Variable Documentation

const stxxl::uint64 memory_to_use = 3ul * 1024 * 1024 * 1024
bool verbose

Definition at line 36 of file test_loop.cpp.

Referenced by main().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines