CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GenericSummary.h
Go to the documentation of this file.
1 #ifndef Cond_GenericSummary_h
2 #define Cond_GenericSummary_h
3 
5 
7 
8 namespace cond {
9 
12  class GenericSummary : public Summary {
13  public:
14 
16  virtual ~GenericSummary();
17 
18  //
19  explicit GenericSummary(std::string const & s);
20 
21  // short message (just content to be used in a table)
22  virtual void shortMessage(std::ostream & os) const;
23 
24  // long message (to be used in pop-up, single views)
25  virtual void longMessage(std::ostream & os) const;
26 
27 
28  private:
29 
31 
32 
34 };
35 
36 
37 }
38 
39 
40 #endif
virtual void longMessage(std::ostream &os) const
virtual void shortMessage(std::ostream &os) const
#define COND_SERIALIZABLE
Definition: Serializable.h:37