Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cAppState.h File Reference
#include "cSingleton.h"
#include "cString.h"
#include "cObject.h"
#include "cArrayString.h"
#include "cFilePath.h"
#include "cThreadLocalSys.h"
#include "cThreadLock.h"
#include "cBits.h"
#include "cOSProcess.h"
#include "cUnitTestDecl.h"

Go to the source code of this file.

Classes

class  Gray::cAppArgs
 
class  Gray::cAppState
 
class  Gray::cAppStateMain
 
class  Gray::cAppStateModuleLoad
 
class  Gray::cAppExitCatcher
 

Namespaces

 Gray
 < The main namespace for all Core functions.
 

Typedefs

typedef const FILECHAR_t *const * Gray::APP_ARGS_t
 the args passed to main() nullptr terminated array. More...
 

Enumerations

enum  Gray::APPSTATE_TYPE_ {
  Gray::APPSTATE_Init , Gray::APPSTATE_RunInit , Gray::APPSTATE_Run , Gray::APPSTATE_RunExit ,
  Gray::APPSTATE_Exit , Gray::APPSTATE_QTY
}
 

Detailed Description