persistent_store Class Reference#include <persist.h>
Inheritance diagram for persistent_store:
List of all members.
Detailed Description
Persistent store class.
The persistent_store class is the root of persistent objects. The persistent objects are saved in a transparent manner in eeprom. When the program starts, objects are initialized with the persistent store.
The persistent_store class is not intended to be used as is. Use persistent_object or persistent classes instead.
-
See also:
-
persistent_object, persistent
Definition at line 46 of file persist.h.The documentation for this class was generated from the following file:
|