#include <GenericSummary.h>
Public Member Functions | |
GenericSummary () | |
GenericSummary (std::string const &s) | |
virtual void | longMessage (std::ostream &os) const |
virtual void | shortMessage (std::ostream &os) const |
virtual | ~GenericSummary () |
Private Attributes | |
std::string | m_me |
Short summary of condition payoad
Definition at line 10 of file GenericSummary.h.
cond::GenericSummary::GenericSummary | ( | ) |
Definition at line 5 of file GenericSummary.cc.
{}
cond::GenericSummary::~GenericSummary | ( | ) | [virtual] |
Definition at line 7 of file GenericSummary.cc.
{}
cond::GenericSummary::GenericSummary | ( | std::string const & | s | ) | [explicit] |
Definition at line 9 of file GenericSummary.cc.
void cond::GenericSummary::longMessage | ( | std::ostream & | os | ) | const [virtual] |
Implements cond::Summary.
Definition at line 15 of file GenericSummary.cc.
References m_me.
{ os << m_me; }
void cond::GenericSummary::shortMessage | ( | std::ostream & | os | ) | const [virtual] |
Implements cond::Summary.
Definition at line 11 of file GenericSummary.cc.
References m_me.
{ os << m_me; }
std::string cond::GenericSummary::m_me [private] |
Definition at line 28 of file GenericSummary.h.
Referenced by longMessage(), and shortMessage().