Initialization class for the Burgerlib File Manager. More...
#include <fmfile.h>
Public Member Functions | |
| FileManagerSimple () | |
| Initializes the Burgerlib File Manager. | |
| ~FileManagerSimple () | |
| Shuts down the Burgerlib File Manager. | |
Initialization class for the Burgerlib File Manager.
To ease development of an app to use the Burgerlib File Manager, create an instance of this class at the start of the application's main() function so that when the app exits, it will tear down the File Manager properly.
| Burger::FileManagerSimple::FileManagerSimple | ( | ) | [inline] |
Initializes the Burgerlib File Manager.
| Burger::FileManagerSimple::~FileManagerSimple | ( | ) | [inline] |
Shuts down the Burgerlib File Manager.
1.7.1