Application
Module: ecereCOM
Namespace: ecere::com
Type: Class
Base Class: Module
Description
The Application class. Can be inherited from to customize execution entry point
Properties and Members
argc | int |
argv | const char * * |
exitCode | int |
isGUIApp | bool |
allModules | OldList |
parsedCommand | char * |
systemNameSpace | NameSpace |
Virtual Methods
Remarks
The Application class (or any of its derived class) should not be instantiated. A specific module (e.g. application or library) should derive at most one class from Application.
Derived Classes
GuiApplication