#include <FunNameStack.h>
Definition at line 689 of file FunNameStack.h.
◆ FunNameWatch()
wl_inline FunNameWatch::FunNameWatch |
( |
const char * |
fname | ) |
|
◆ ~FunNameWatch()
◆ ehdr()
std::ostream & FunNameWatch::ehdr |
( |
std::ostream & |
file | ) |
const |
|
inline |
Definition at line 728 of file FunNameStack.h.
728 {
729 file << name << ": ERROR:\n";
730 return file;
731 }
◆ hdr()
std::ostream & FunNameWatch::hdr |
( |
std::ostream & |
file | ) |
const |
|
inline |
◆ whdr()
std::ostream & FunNameWatch::whdr |
( |
std::ostream & |
file | ) |
const |
|
inline |
Definition at line 723 of file FunNameStack.h.
723 {
724 file << name << ": WARNING:\n";
725 return file;
726 }
The documentation for this class was generated from the following file: