Developer Documentation
Print Class Reference

Public Member Functions

 Print (bool _mute=false)
 
void mute (bool _mute)
 
bool mute () const
 
template<typename Handle >
void operator() (const Handle &_h) const
 

Private Attributes

bool mute_
 

Detailed Description

Definition at line 140 of file unittests_common.hh.

Constructor & Destructor Documentation

◆ Print()

Print::Print ( bool  _mute = false)
inlineexplicit

Definition at line 142 of file unittests_common.hh.

Member Function Documentation

◆ mute() [1/2]

bool Print::mute ( ) const
inline

Definition at line 144 of file unittests_common.hh.

◆ mute() [2/2]

void Print::mute ( bool  _mute)
inline

Definition at line 143 of file unittests_common.hh.

◆ operator()()

template<typename Handle >
void Print::operator() ( const Handle &  _h) const
inline

Definition at line 146 of file unittests_common.hh.

Member Data Documentation

◆ mute_

bool Print::mute_
private

Definition at line 150 of file unittests_common.hh.


The documentation for this class was generated from the following file: