Definition at line 776 of file remake.cpp.
◆ log()
◆ operator()() [1/2]
std::ostream& log::operator() |
( |
| ) |
|
|
inline |
Definition at line 783 of file remake.cpp.
785 if (
open) std::cerr << std::endl;
787 std::cerr << std::string(
depth * 2,
' ');
◆ operator()() [2/2]
std::ostream& log::operator() |
( |
bool |
o | ) |
|
|
inline |
Definition at line 791 of file remake.cpp.
793 if (o &&
open) std::cerr << std::endl;
796 if (o || !
open) std::cerr << std::string(
depth * 2,
' ');
◆ active
◆ depth
◆ open
The documentation for this struct was generated from the following file: