Public Member Functions

Burger::FileManagerSimple Class Reference

Initialization class for the Burgerlib File Manager. More...

#include <fmfile.h>

List of all members.

Public Member Functions

 FileManagerSimple ()
 Initializes the Burgerlib File Manager.
 ~FileManagerSimple ()
 Shuts down the Burgerlib File Manager.

Detailed Description

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.

Note:
This class can and will allocate memory at runtime via the initialization of Burger::FileManager. It's crucial that the Burger::GlobalMemoryManager is initialized BEFORE this class instance is created.
See also:
Burger::GlobalMemoryManager or Burger::FileManager

Constructor & Destructor Documentation

Burger::FileManagerSimple::FileManagerSimple (  )  [inline]

Initializes the Burgerlib File Manager.

See also:
Burger::FileManager or Burger::FileManager::Init(void)
Burger::FileManagerSimple::~FileManagerSimple (  )  [inline]

Shuts down the Burgerlib File Manager.

See also:
Burger::FileManager or Burger::FileManager::Shutdown(void)