30#ifndef __CLAW_APPLICATION_HPP__
31#define __CLAW_APPLICATION_HPP__
42#define CLAW_APPLICATION_IMPLEMENT(App) \
43 int main(int argc, char** argv) \
45 App app(argc, argv); \
66 virtual int run() = 0;
A class to manage the arguments of your program, with automatic management of short/long arguments an...
application(int &argc, char **&argv)
Constructor.
arguments_table m_arguments
The arguments passed by the system.
virtual ~application()
Destructor.
A class to manage the arguments of your program, with automatic management of short/long arguments an...
This is the main namespace.