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

#include <FunNameStack.h>

Public Member Functions

wl_inline FunNameWatch (const char *fname)
 
wl_inline ~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 689 of file FunNameStack.h.

Constructor & Destructor Documentation

◆ FunNameWatch()

wl_inline FunNameWatch::FunNameWatch ( const char *  fname)

◆ ~FunNameWatch()

wl_inline FunNameWatch::~FunNameWatch ( )

Member Function Documentation

◆ 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

Definition at line 718 of file FunNameStack.h.

718 {
719 file << name << ": ";
720 return file;
721 }

Referenced by operator<<().

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