CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Public Member Functions | List of all members
zmex::ZMexClassInfo Class Reference

#include <ZMexClassInfo.h>

Public Member Functions

 ZMexClassInfo (const std::string &name, const std::string &facility, const ZMexSeverity s=ZMexERROR)
 
 ZMexClassInfo (const std::string &name, const std::string &facility, const ZMexSeverity s, const ZMexHandler &h)
 
 ZMexClassInfo (const std::string &name, const std::string &facility, const ZMexSeverity s, const ZMexHandler &h, const ZMexLogger &l)
 
const std::string name () const
 
const std::string setName (const std::string &newName)
 
const std::string facility () const
 
const std::string setFacility (const std::string &newFacility)
 
ZMexSeverity severity () const
 
ZMexSeverity setSeverity (const ZMexSeverity &newSeverity)
 
int nextCount ()
 
int count () const
 
ZMexHandler getHandler () const
 
ZMexHandler setHandler (const ZMexHandler &newHandler)
 
ZMexLogger getLogger () const
 
ZMexLogger setLogger (const ZMexLogger &newLogger)
 
void logNMore (const int N)
 
bool OKtoLog () const
 
int filterMax () const
 
 ZMexClassInfo (const std::string &name, const std::string &facility, const ZMexSeverity s=ZMexERROR)
 
 ZMexClassInfo (const std::string &name, const std::string &facility, const ZMexSeverity s, const ZMexHandler &h)
 
 ZMexClassInfo (const std::string &name, const std::string &facility, const ZMexSeverity s, const ZMexHandler &h, const ZMexLogger &l)
 
const std::string name () const
 
const std::string setName (const std::string &newName)
 
const std::string facility () const
 
const std::string setFacility (const std::string &newFacility)
 
ZMexSeverity severity () const
 
ZMexSeverity setSeverity (const ZMexSeverity &newSeverity)
 
int nextCount ()
 
int count () const
 
ZMexHandler getHandler () const
 
ZMexHandler setHandler (const ZMexHandler &newHandler)
 
ZMexLogger getLogger () const
 
ZMexLogger setLogger (const ZMexLogger &newLogger)
 
void logNMore (const int N)
 
bool OKtoLog () const
 
int filterMax () const
 

Detailed Description

Definition at line 94 of file CLHEP/Exceptions/ZMexClassInfo.h.

Constructor & Destructor Documentation

◆ ZMexClassInfo() [1/6]

zmex::ZMexClassInfo::ZMexClassInfo ( const std::string &  name,
const std::string &  facility,
const ZMexSeverity  s = ZMexERROR 
)

Definition at line 26 of file ZMexClassInfo.cc.

◆ ZMexClassInfo() [2/6]

zmex::ZMexClassInfo::ZMexClassInfo ( const std::string &  name,
const std::string &  facility,
const ZMexSeverity  s,
const ZMexHandler h 
)

Definition at line 41 of file ZMexClassInfo.cc.

◆ ZMexClassInfo() [3/6]

zmex::ZMexClassInfo::ZMexClassInfo ( const std::string &  name,
const std::string &  facility,
const ZMexSeverity  s,
const ZMexHandler h,
const ZMexLogger l 
)

Definition at line 57 of file ZMexClassInfo.cc.

◆ ZMexClassInfo() [4/6]

zmex::ZMexClassInfo::ZMexClassInfo ( const std::string &  name,
const std::string &  facility,
const ZMexSeverity  s = ZMexERROR 
)

◆ ZMexClassInfo() [5/6]

zmex::ZMexClassInfo::ZMexClassInfo ( const std::string &  name,
const std::string &  facility,
const ZMexSeverity  s,
const ZMexHandler h 
)

◆ ZMexClassInfo() [6/6]

zmex::ZMexClassInfo::ZMexClassInfo ( const std::string &  name,
const std::string &  facility,
const ZMexSeverity  s,
const ZMexHandler h,
const ZMexLogger l 
)

Member Function Documentation

◆ count() [1/2]

int zmex::ZMexClassInfo::count ( ) const

◆ count() [2/2]

int zmex::ZMexClassInfo::count ( ) const

◆ facility() [1/2]

const std::string zmex::ZMexClassInfo::facility ( ) const

◆ facility() [2/2]

const std::string zmex::ZMexClassInfo::facility ( ) const

◆ filterMax() [1/2]

int zmex::ZMexClassInfo::filterMax ( ) const

◆ filterMax() [2/2]

int zmex::ZMexClassInfo::filterMax ( ) const

◆ getHandler() [1/2]

ZMexHandler zmex::ZMexClassInfo::getHandler ( ) const

◆ getHandler() [2/2]

ZMexHandler zmex::ZMexClassInfo::getHandler ( ) const

◆ getLogger() [1/2]

ZMexLogger zmex::ZMexClassInfo::getLogger ( ) const

◆ getLogger() [2/2]

ZMexLogger zmex::ZMexClassInfo::getLogger ( ) const

◆ logNMore() [1/2]

void zmex::ZMexClassInfo::logNMore ( const int  N)

◆ logNMore() [2/2]

void zmex::ZMexClassInfo::logNMore ( const int  N)

◆ name() [1/2]

const std::string zmex::ZMexClassInfo::name ( ) const

◆ name() [2/2]

const std::string zmex::ZMexClassInfo::name ( ) const

Referenced by zmex::ZMexception::name().

◆ nextCount() [1/2]

int zmex::ZMexClassInfo::nextCount ( )

◆ nextCount() [2/2]

int zmex::ZMexClassInfo::nextCount ( )

◆ OKtoLog() [1/2]

bool zmex::ZMexClassInfo::OKtoLog ( ) const

◆ OKtoLog() [2/2]

bool zmex::ZMexClassInfo::OKtoLog ( ) const

◆ setFacility() [1/2]

const std::string zmex::ZMexClassInfo::setFacility ( const std::string &  newFacility)

◆ setFacility() [2/2]

const std::string zmex::ZMexClassInfo::setFacility ( const std::string &  newFacility)

◆ setHandler() [1/2]

ZMexHandler zmex::ZMexClassInfo::setHandler ( const ZMexHandler newHandler)

◆ setHandler() [2/2]

ZMexHandler zmex::ZMexClassInfo::setHandler ( const ZMexHandler newHandler)

◆ setLogger() [1/2]

ZMexLogger zmex::ZMexClassInfo::setLogger ( const ZMexLogger newLogger)

◆ setLogger() [2/2]

ZMexLogger zmex::ZMexClassInfo::setLogger ( const ZMexLogger newLogger)

◆ setName() [1/2]

const std::string zmex::ZMexClassInfo::setName ( const std::string &  newName)

◆ setName() [2/2]

const std::string zmex::ZMexClassInfo::setName ( const std::string &  newName)

◆ setSeverity() [1/2]

ZMexSeverity zmex::ZMexClassInfo::setSeverity ( const ZMexSeverity newSeverity)

◆ setSeverity() [2/2]

ZMexSeverity zmex::ZMexClassInfo::setSeverity ( const ZMexSeverity newSeverity)

◆ severity() [1/2]

ZMexSeverity zmex::ZMexClassInfo::severity ( ) const

◆ severity() [2/2]

ZMexSeverity zmex::ZMexClassInfo::severity ( ) const

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