Remake
Loading...
Searching...
No Matches
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 805 of file remake.cpp.

Constructor & Destructor Documentation

◆ log_auto_close()

log_auto_close::log_auto_close ( )
inline

Definition at line 808 of file remake.cpp.

808 : still_open(true)
809 {
810 }

◆ ~log_auto_close()

log_auto_close::~log_auto_close ( )
inline

Definition at line 811 of file remake.cpp.

812 {
813 if (debug.active && still_open) debug(false) << "done\n";
814 }
static log debug
Definition remake.cpp:803

Member Data Documentation

◆ still_open

bool log_auto_close::still_open

Definition at line 807 of file remake.cpp.

Referenced by ~log_auto_close().


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