Templatepersistent class Reference






Misc >
Help >
FAQ >


Links >



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.

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.

persistent< type > & operator++ (int)
persistent< type > & operator-- (int)

Private Methods

void sync ()
Sync the object with its persistent store.


Private Attributes

type obj

Detailed Description

template<class type>
class persistent< type >

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.


AltStyle によって変換されたページ (->オリジナル) /