TPIE

2362a60
stream_old.h File Reference

AMI streams. More...

#include <tpie/config.h>
#include <tpie/portability.h>
#include <tpie/err.h>
#include <tpie/persist.h>
#include <tpie/tempname.h>
#include <tpie/uncompressed_stream.h>
#include <tpie/tpie_log.h>
#include <tpie/stream_usage.h>
#include <tpie/tpie_assert.h>
#include <tpie/file_manager.h>

Go to the source code of this file.

Classes

class  tpie::ami::stream_old< T >
 A Stream<T> object stores an ordered collection of objects of type T on external memory. More...
 

Namespaces

 tpie
 pipelining/factory_base.h Base class of pipelining factories
 
 tpie::ami
 A version of sort that takes an input stream of elements of type T, and an output stream, and and uses the < operator to sort, see also Sorting in TPIE.
 

Enumerations

enum  tpie::ami::stream_type { READ_STREAM = 1, WRITE_STREAM, APPEND_STREAM, READ_WRITE_STREAM }
 AMI stream types passed to constructors. More...
 
enum  tpie::ami::stream_status { tpie::ami::STREAM_STATUS_VALID = 0, tpie::ami::STREAM_STATUS_INVALID }
 AMI stream status. More...
 

Detailed Description

AMI streams.

Definition in file stream_old.h.