TPIE

v1.1rc1-6-g0c97303
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
 TPIE's namespace.
 

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< T >::persist(), and tpie::ami::stream< 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< T >::persist(), and tpie::ami::stream< T >::persist().