LeechCraft  0.6.70-9312-g4cc613a2df
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ipersistentstorageplugin.h File Reference
#include <memory>
#include <QtPlugin>
+ Include dependency graph for ipersistentstorageplugin.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IPersistentStorage
 Provides access to a storage in an IPersistentStoragePlugin. More...
 
class  IPersistentStoragePlugin
 Interface for plugins providing persistent (and possibly secure) storage. More...
 

Typedefs

using IPersistentStorage_ptr = std::shared_ptr< IPersistentStorage >
 

Typedef Documentation

using IPersistentStorage_ptr = std::shared_ptr<IPersistentStorage>

Definition at line 85 of file ipersistentstorageplugin.h.