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.
784 {
785 if (
open) std::cerr << std::endl;
787 std::cerr << std::string(
depth * 2,
' ');
789 return std::cerr;
790 }
◆ operator()() [2/2]
std::ostream & log::operator() |
( |
bool | o | ) |
|
|
inline |
Definition at line 791 of file remake.cpp.
792 {
793 if (
o &&
open) std::cerr << std::endl;
796 if (
o || !
open) std::cerr << std::string(
depth * 2,
' ');
799 return std::cerr;
800 }
◆ active
◆ depth
◆ open
The documentation for this struct was generated from the following file: