persistent_object Class Reference#include <persist.h>
Inheritance diagram for persistent_object:
List of all members.
Public Methods |
| persistent_object (persist_id_t id, void *object, size_t len) |
| Declare a persistent object with external runtime storage.
|
Static Public Methods |
void | save_all () |
| Save all persistent object.
|
Protected Methods |
| persistent_object () |
Protected Attributes |
persistent_object * | next |
unsigned char * | object |
Static Protected Attributes |
persistent_object * | first |
Private Methods |
| persistent_object (const persistent_object &) |
persistent_object & | operator= (const persistent_object &) |
Detailed Description
Persistent object class.
Definition at line 140 of file persist.h.The documentation for this class was generated from the following file:
|