ZFFramework
 
Loading...
Searching...
No Matches
ZFProtocolZFMainEntry.h File Reference

protocol for ZFMAIN_ENTRY More...

Go to the source code of this file.

Functions

zfint ZFMainExecute (const ZFCoreArray< zfstring > &appParams=ZFCoreArray< zfstring >())
 used by implementation only
 

Detailed Description

protocol for ZFMAIN_ENTRY

Function Documentation

◆ ZFMainExecute()

zfint ZFMainExecute ( const ZFCoreArray< zfstring > & appParams = ZFCoreArrayzfstring >())
extern

used by implementation only

impl must:

  1. call ZFFrameworkInit at proper time
  2. call ZFMainExecute at proper time
  3. call ZFFrameworkCleanup at proper time