#include <persist.h>
Inheritance diagram for persistent_object:
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 &) |
Definition at line 140 of file persist.h.