Numworks Epsilon  1.4.1
Graphing Calculator Operating System
apps_container_storage.h
Go to the documentation of this file.
1 #ifndef APPS_CONTAINER_STORAGE_H
2 #define APPS_CONTAINER_STORAGE_H
3 
4 #include "apps_container.h"
5 
6 #ifndef APPS_CONTAINER_SNAPSHOT_DECLARATIONS
7 #error Missing snapshot declarations
8 #endif
9 
11 public:
14  int numberOfApps() override;
15  App::Snapshot * appSnapshotAtIndex(int index) override;
16 private:
17  APPS_CONTAINER_SNAPSHOT_DECLARATIONS
18 };
19 
20 #endif
App::Snapshot * appSnapshotAtIndex(int index) override
static AppsContainerStorage * sharedContainer()
int numberOfApps() override