TPIE

v1.1rc1-6-g0c97303
stream.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/file_stream.h>
#include <tpie/file_count.h>
#include <tpie/tpie_log.h>
#include <tpie/stream_usage.h>
#include <tpie/tpie_assert.h>

Go to the source code of this file.

Classes

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

Namespaces

 tpie
 TPIE's namespace.
 
 tpie::ami
 The namespace within TPIE for the Access Method Interface elements.
 

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.h.