TPIE

11a2c2d
persist.h File Reference
#include <tpie/portability.h>

Go to the source code of this file.

Namespaces

 tpie
 

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

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

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().