Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CL_ClanApplication Class Reference

clanApp="System". More...

#include <clanapp.h>

Collaboration diagram for CL_ClanApplication:

Collaboration graph
[legend]
List of all members.

Public Methods

 CL_ClanApplication ()
virtual ~CL_ClanApplication ()
virtual int main (int argc, char **argv)=0
virtual char* get_title ()=0
 param: argc - The number of arguments to the program (c-style)param: argv - A pointer to strings, containing the program arguments. The name of the program executable is always passed as first argument.retval: Program return value.


Static Public Attributes

CL_ClanApplication* app

Detailed Description

clanApp="System".

Definition at line 18 of file clanapp.h.


Constructor & Destructor Documentation

CL_ClanApplication::CL_ClanApplication ( )
 

virtual CL_ClanApplication::~CL_ClanApplication ( ) [virtual]
 


Member Function Documentation

char * CL_ClanApplication::get_title ( ) [pure virtual]
 

param: argc - The number of arguments to the program (c-style)param: argv - A pointer to strings, containing the program arguments. The name of the program executable is always passed as first argument.retval: Program return value.

virtual int CL_ClanApplication::main ( int argc,
char ** argv ) [pure virtual]
 


Member Data Documentation

CL_ClanApplication* CL_ClanApplication::app [static]
 

Definition at line 38 of file clanapp.h.


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:56:45 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001