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.
|
Detailed Description
Persistent object class.
Definition at line 140 of file persist.h.The documentation for this class was generated from the following file:
|