Remake
Loading...
Searching...
No Matches
log_auto_close Struct Reference

Public Member Functions

 log_auto_close ()
 
 ~log_auto_close ()
 

Public Attributes

bool still_open
 

Detailed Description

Definition at line 803 of file remake.cpp.

Constructor & Destructor Documentation

◆ log_auto_close()

log_auto_close::log_auto_close ( )
inline

Definition at line 806 of file remake.cpp.

806 : still_open(true)
807 {
808 }

◆ ~log_auto_close()

log_auto_close::~log_auto_close ( )
inline

Definition at line 809 of file remake.cpp.

810 {
811 if (debug.active && still_open) debug(false) << "done\n";
812 }
static struct log debug
Definition remake.cpp:801
bool active
Definition remake.cpp:776

Member Data Documentation

◆ still_open

bool log_auto_close::still_open

Definition at line 805 of file remake.cpp.

Referenced by ~log_auto_close().


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