CMS 3D CMS Logo

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  ~GenericSummary() override;
17 
18  //
19  explicit GenericSummary(std::string const & s);
20 
21  // short message (just content to be used in a table)
22  void shortMessage(std::ostream & os) const override;
23 
24  // long message (to be used in pop-up, single views)
25  void longMessage(std::ostream & os) const override;
26 
27 
28  private:
29 
31 
32 
34 };
35 
36 
37 }
38 
39 
40 #endif
~GenericSummary() override
void longMessage(std::ostream &os) const override
#define COND_SERIALIZABLE
Definition: Serializable.h:38
Definition: plugin.cc:24
void shortMessage(std::ostream &os) const override