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;
74 #endif // __CLAW_APPLICATION_HPP__ virtual ~application()
Destructor.
arguments_table m_arguments
The arguments passed by the system.
A class to manage the arguments of your program, with automatic management of short/long arguments an...
A class to represent the application.
A class to manage the arguments of your program, with automatic management of short/long arguments an...
application(int &argc, char **&argv)
Constructor.
This is the main namespace.