|
Aegis
4.25.D505
|
#include <log.h>
Public Member Functions | |
| virtual | ~quit_action_log () |
| quit_action_log () | |
| void | operator() (int exit_status) |
Private Member Functions | |
| quit_action_log (const quit_action_log &) | |
| quit_action_log & | operator= (const quit_action_log &) |
The quit_action_log class is used to represent the action to be performed to close the output log when the program terminates.
| virtual quit_action_log::~quit_action_log | ( | ) | [virtual] |
The destructor.
The default constructor.
| quit_action_log::quit_action_log | ( | const quit_action_log & | ) | [private] |
The copy constructor. Do not use.
| void quit_action_log::operator() | ( | int | exit_status | ) | [virtual] |
The operator() method is called just before exit(exit_status) is called. It affords and opportunity to "clean up" before the program exits.
| exit_status | The imminent exit status of the program. |
Implements quit_action.
| quit_action_log& quit_action_log::operator= | ( | const quit_action_log & | ) | [private] |
The assignment operator. Do not use.
1.7.6.1