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