Controller.h File Reference
#include "store/Storage.h"
Include dependency graph for Controller.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Store::Controller |
Namespaces | |
namespace | Store |
Functions | |
Controller & | Store::Root () |
safely access controller singleton More... | |
void | Store::Init (Controller *root=nullptr) |
initialize the storage module; a custom root is used by unit tests only More... | |
void | Store::FreeMemory () |
undo Init() More... | |