Stxxl  1.4.0
Defines | Typedefs | Functions
mng/test_buf_streams.cpp File Reference
#include <iostream>
#include <stxxl/mng>
#include <stxxl/bits/mng/buf_ostream.h>
#include <stxxl/bits/mng/buf_istream.h>
Include dependency graph for test_buf_streams.cpp:

Go to the source code of this file.

Defines

#define BLOCK_SIZE   (1024 * 512)

Typedefs

typedef stxxl::typed_block
< (1024 *512), unsigned 
block_type )
typedef stxxl::buf_ostream
< block_type, stxxl::BIDArray
< (1024 *512) >::iterator 
buf_ostream_type )
typedef stxxl::buf_istream
< block_type, stxxl::BIDArray
< (1024 *512) >::iterator 
buf_istream_type )

Functions

int main ()

Define Documentation

#define BLOCK_SIZE   (1024 * 512)

Definition at line 22 of file test_buf_streams.cpp.


Typedef Documentation

typedef stxxl::typed_block< (1024 * 512) , unsigned block_type)

Definition at line 24 of file test_buf_streams.cpp.

Examples:
mng/test_buf_streams.cpp.

Definition at line 26 of file test_buf_streams.cpp.

Examples:
mng/test_buf_streams.cpp.

Definition at line 25 of file test_buf_streams.cpp.


Function Documentation

int main ( )
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines