Remake
Public Member Functions | Public Attributes | List of all members
log_auto_close Struct Reference

Public Member Functions

 log_auto_close ()
 
 ~log_auto_close ()
 

Public Attributes

bool still_open
 

Detailed Description

Definition at line 788 of file remake.cpp.

Constructor & Destructor Documentation

§ log_auto_close()

log_auto_close::log_auto_close ( )
inline

Definition at line 791 of file remake.cpp.

791  : still_open(true)
792  {
793  }
bool still_open
Definition: remake.cpp:790

§ ~log_auto_close()

log_auto_close::~log_auto_close ( )
inline

Definition at line 794 of file remake.cpp.

795  {
796  if (debug.active && still_open) debug(false) << "done\n";
797  }
bool still_open
Definition: remake.cpp:790
static log debug
Definition: remake.cpp:786
bool active
Definition: remake.cpp:761

Member Data Documentation

§ still_open

bool log_auto_close::still_open

Definition at line 790 of file remake.cpp.


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