1 #if !defined(__TRANSIENTSTORAGE_HPP)
2 #define __TRANSIENTSTORAGE_HPP
24 #if !defined(__COMMON_HPP)
28 #if !defined(__STORAGE_HPP)
29 #include <Storage.hpp>
34 DECLARE_CLASS( TransientStorage );
69 #endif // if !defined(__TRANSIENTSTORAGE_HPP)
TransientStorage type is an area of storage that will not be saved across system initializations.
Definition: TransientStorage.hpp:41
Storage is the abstract type for anything that can be use to store and read (e.g. ...
Definition: Storage.hpp:37