app's main entry wrapper More...
#include "ZFObject.h"
Go to the source code of this file.
Namespaces | |
namespace | ZFApp |
Macros | |
#define | ZFMAIN_ENTRY() |
app's main entry wrapper | |
#define | ZFMAIN_PARAM_DISPATCH(regSig) |
util macro to register ZFApp::E_AppParamDispatch | |
Functions | |
zfidentity | ZFApp::E_AppParamDispatch (void) |
see ZFObject::observerNotify | |
zfidentity | ZFApp::E_AppEntry (void) |
see ZFObject::observerNotify | |
const ZFCoreArray< zfstring > & | ZFApp::appParams () |
get the app params | |
void | ZFApp::appExitCode (zfint exitCode) |
exit code for app, 0 by default | |
zfint | ZFApp::appExitCode () |
exit code for app, 0 by default | |
app's main entry wrapper
#define ZFMAIN_ENTRY | ( | ) |
app's main entry wrapper
typical usage:
advanced:
#define ZFMAIN_PARAM_DISPATCH | ( | regSig | ) |
util macro to register ZFApp::E_AppParamDispatch