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

Go to the source code of this file.

Namespaces

namespace  std

Defines

#define USE_FORMRUNS_N_MERGE
#define USE_EXTERNAL_ARRAY
#define block_size   (8 * 1024)

Typedefs

typedef stxxl::tuple< char, int > tuple_type
typedef
stxxl::VECTOR_GENERATOR< char >
::result 
input_array_type
typedef
stxxl::VECTOR_GENERATOR
< tuple_type >::result 
output_array_type
typedef counter< int > counter_type

Functions

std::ostream & std::operator<< (std::ostream &os, const tuple_type &t)
template<class Container_ , class It_ >
void fill_input_array (Container_ &container, It_ p)
int main ()

Variables

const char * phrase = "Hasta la vista, baby"

Define Documentation

#define block_size   (8 * 1024)

Definition at line 29 of file test_stream.cpp.

Definition at line 26 of file test_stream.cpp.


Typedef Documentation

typedef counter<int> counter_type
Examples:
stream/test_stream.cpp.

Definition at line 88 of file test_stream.cpp.

Examples:
stream/test_stream.cpp.

Definition at line 46 of file test_stream.cpp.

Examples:
stream/test_stream.cpp.

Definition at line 47 of file test_stream.cpp.

typedef stxxl::tuple<char, int> tuple_type
Examples:
stream/test_stream.cpp.

Definition at line 34 of file test_stream.cpp.


Function Documentation

template<class Container_ , class It_ >
void fill_input_array ( Container_ &  container,
It_  p 
)
Examples:
stream/test_stream.cpp.

Definition at line 63 of file test_stream.cpp.

Referenced by main().

int main ( )

Variable Documentation

const char* phrase = "Hasta la vista, baby"
Examples:
stream/test_stream.cpp.

Definition at line 59 of file test_stream.cpp.

Referenced by main().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines