#include <FunNameStack.h>
|
| FunNameWatch (const char *fname) |
|
| ~FunNameWatch () |
|
std::ostream & | hdr (std::ostream &file) const |
|
std::ostream & | whdr (std::ostream &file) const |
|
std::ostream & | ehdr (std::ostream &file) const |
|
Definition at line 388 of file FunNameStack.h.
◆ FunNameWatch()
Heed::FunNameWatch::FunNameWatch |
( |
const char * |
fname | ) |
|
|
inline |
◆ ~FunNameWatch()
Heed::FunNameWatch::~FunNameWatch |
( |
| ) |
|
|
inline |
◆ ehdr()
std::ostream & Heed::FunNameWatch::ehdr |
( |
std::ostream & |
file | ) |
const |
|
inline |
Definition at line 407 of file FunNameStack.h.
407 {
408 file << name << ": ERROR:\n";
409 return file;
410 }
◆ hdr()
std::ostream & Heed::FunNameWatch::hdr |
( |
std::ostream & |
file | ) |
const |
|
inline |
◆ whdr()
std::ostream & Heed::FunNameWatch::whdr |
( |
std::ostream & |
file | ) |
const |
|
inline |
Definition at line 402 of file FunNameStack.h.
402 {
403 file << name << ": WARNING:\n";
404 return file;
405 }
The documentation for this class was generated from the following file: