Version: 9.12.0
MED::PrefixPrinter Class Reference

#include <MED_Utilities.hxx>

Public Member Functions

 PrefixPrinter (bool theIsActive=true)
 
 ~PrefixPrinter () noexcept(false)
 

Static Public Member Functions

static std::string GetPrefix ()
 

Private Attributes

bool myIsActive
 

Static Private Attributes

static int myCounter = 0
 

Constructor & Destructor Documentation

◆ PrefixPrinter()

MED::PrefixPrinter::PrefixPrinter ( bool  theIsActive = true)

References MSG, myCounter, and myIsActive.

◆ ~PrefixPrinter()

MED::PrefixPrinter::~PrefixPrinter ( )
noexcept

References EXCEPTION.

Member Function Documentation

◆ GetPrefix()

std::string MED::PrefixPrinter::GetPrefix ( )
static

References EXCEPTION.

Field Documentation

◆ myCounter

int MED::PrefixPrinter::myCounter = 0
staticprivate

Referenced by PrefixPrinter().

◆ myIsActive

bool MED::PrefixPrinter::myIsActive
private

Referenced by PrefixPrinter().