Aegis  4.25.D505
Public Member Functions | Private Member Functions
quit_action_log Class Reference

#include <log.h>

Inheritance diagram for quit_action_log:
quit_action

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_logoperator= (const quit_action_log &)

Detailed Description

The quit_action_log class is used to represent the action to be performed to close the output log when the program terminates.

Definition at line 29 of file log.h.


Constructor & Destructor Documentation

virtual quit_action_log::~quit_action_log ( ) [virtual]

The destructor.

The default constructor.

The copy constructor. Do not use.


Member Function Documentation

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.

Parameters:
exit_statusThe 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.


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