CMS 3D CMS Logo

GenericSummary.cc
Go to the documentation of this file.
2 #include<ostream>
3 
4 namespace cond {
6 
8 
10 
11  void GenericSummary::shortMessage(std::ostream & os) const {
12  os << m_me;
13  }
14 
15  void GenericSummary::longMessage(std::ostream & os) const {
16  os << m_me;
17  }
18 
19 }
20 
~GenericSummary() override
void longMessage(std::ostream &os) const override
Definition: plugin.cc:24
void shortMessage(std::ostream &os) const override