persistent Class Template Reference
Persistent type. More...
#include <persist.h>
Inheritance diagram for persistent:
List of all members.
Public Methods
persistent (persist_id_t id)Create a persistent object.persistent (persist_id_t id, const type &init)Create a persistent object.persistent (persist_id_t id, type &init)Create a persistent object.~persistent ()Delete the runtime instance of the object.persistent< type > & operator= (const type &value)Assignment operator.persistent< type > & operator= (type &value)Assignment operator.Return the value of the object.Private Methods
void sync ()Sync the object with its persistent store.Private Attributes
Detailed Description
template<class type>
Persistent type.
class persistent< type >
Definition at line 203 of file persist.h.The documentation for this class was generated from the following file:
Copyright (C) 1999, 2000, 2001, 2002, 2003 Stéphane Carrez, France
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.