Claw  1.7.3
Public Member Functions | Protected Attributes | List of all members
claw::application Class Reference

A class to represent the application. More...

#include <application.hpp>

Public Member Functions

 application (int &argc, char **&argv)
 Constructor.
virtual ~application ()
 Destructor.
virtual int run ()=0

Protected Attributes

arguments_table m_arguments
 The arguments passed by the system.

Detailed Description

A class to represent the application.

The claw::application understand the following command line arguments :

Author
Julien Jorge

Definition at line 60 of file application.hpp.

Constructor & Destructor Documentation

claw::application::application ( int &  argc,
char **&  argv 
)

The documentation for this class was generated from the following files: