TPIE

2362a60
persist.h File Reference

Persistence tags for deprecated TPIE AMI streams. More...

#include <tpie/portability.h>

Go to the source code of this file.

Namespaces

 tpie
 pipelining/factory_base.h Base class of pipelining factories
 

Variables

 PERSIST_DELETE = 0
 Delete the stream from the disk when it is destructed. More...
 
 PERSIST_PERSISTENT = 1
 Do not delete the stream from the disk when it is destructed. More...
 
enum TPIE_DEPRECATED_CLASS_B
tpie::persistence 
tpie::TPIE_DEPRECATED_CLASS_C
 

Detailed Description

Persistence tags for deprecated TPIE AMI streams.

Definition in file persist.h.

Variable Documentation

PERSIST_DELETE = 0

Delete the stream from the disk when it is destructed.

Definition at line 39 of file persist.h.

Referenced by tpie::ami::stack< item_type >::persist(), and tpie::ami::stream_old< T >::persist().

PERSIST_PERSISTENT = 1

Do not delete the stream from the disk when it is destructed.

Definition at line 41 of file persist.h.

Referenced by tpie::ami::stack< item_type >::persist(), and tpie::ami::stream_old< T >::persist().