Definition at line 774 of file remake.cpp.
◆ log()
◆ operator()() [1/2]
std::ostream & log::operator() |
( |
| ) |
|
|
inline |
Definition at line 781 of file remake.cpp.
782 {
783 if (
open) std::cerr << std::endl;
785 std::cerr << std::string(
depth * 2,
' ');
787 return std::cerr;
788 }
◆ operator()() [2/2]
std::ostream & log::operator() |
( |
bool | o | ) |
|
|
inline |
Definition at line 789 of file remake.cpp.
790 {
791 if (
o &&
open) std::cerr << std::endl;
794 if (
o || !
open) std::cerr << std::string(
depth * 2,
' ');
797 return std::cerr;
798 }
◆ active
◆ depth
◆ open
The documentation for this struct was generated from the following file: