TPIE

2362a60
stack.h File Reference

External memory stack. More...

#include <tpie/array.h>
#include <tpie/portability.h>
#include <tpie/deprecated.h>
#include <tpie/stream.h>
#include <tpie/compressed/stream.h>
#include <tpie/tpie_assert.h>

Go to the source code of this file.

Classes

class  tpie::stack< T >
 An implementation of an external-memory stack. More...
 
class  tpie::ami::stack< T >
 An implementation of an external-memory stack compatible with the old AMI interface. 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.
 

Detailed Description

External memory stack.

Definition in file stack.h.