Garfield++ v2r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
Heed::FunNameWatch Class Reference

#include <FunNameStack.h>

Public Member Functions

 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
 

Detailed Description

Definition at line 388 of file FunNameStack.h.

Constructor & Destructor Documentation

◆ FunNameWatch()

Heed::FunNameWatch::FunNameWatch ( const char *  fname)
inline

◆ ~FunNameWatch()

Heed::FunNameWatch::~FunNameWatch ( )
inline

Member Function Documentation

◆ 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

Definition at line 397 of file FunNameStack.h.

397 {
398 file << name << ": ";
399 return file;
400 }

Referenced by Heed::operator<<().

◆ 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: