TestPluginBase.h
Go to the documentation of this file.
1 #ifndef cetlib_test_TestPluginBase_h
2 #define cetlib_test_TestPluginBase_h
3 
5 #include <string>
6 
7 namespace cettest {
8  class TestPluginBase;
9 }
10 
11 namespace cet {
12  template <>
13  struct PluginTypeDeducer<cettest::TestPluginBase> {
14  static std::string const value;
15  };
16 }
17 
19 public:
21 
22  std::string const& message() const;
23 
24  virtual ~TestPluginBase() = default;
25 
26 private:
28 };
29 #endif /* cetlib_test_TestPluginBase_h */
30 
31 // Local Variables:
32 // mode: c++
33 // End:
std::string string
Definition: nybbler.cc:12
std::string const message_