Inheritance diagram for lfc::Application::
Public Methods | |
Application () | |
virtual | ~Application () throw () |
Static Public Methods | |
Application * | instance () throw () |
returns a pointer to the only Application object. More... | |
Protected Attributes | |
vector< string > | m_arguments |
the command line arguments. More... | |
Static Protected Attributes | |
Application * | s_pInstance = NULL |
Friends | |
int | lfcMain (int argc, char *argv[]) |
entry point. More... |
|
|
|
|
|
returns a pointer to the only Application object.
|
|
entry point.
|
|
the command line arguments.
|
|
|