CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
virtual void longMessage(std::ostream &os) const
virtual void shortMessage(std::ostream &os) const