test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
NamedDestination.h
Go to the documentation of this file.
1 #ifndef FWCore_MessageService_NamedDestination_h
2 #define FWCore_MessageService_NamedDestination_h 1
3 
6 
7 #include <string>
8 #include <memory>
9 
10 class ELdestination;
11 
12 namespace edm {
13 namespace service {
14 
16  public:
18  name_(n)
19  , dest_p_(dp)
20  {}
21  std::string const & name() const {return name_;}
23  private:
26  };
27 } // end of namespace service
28 } // end of namespace edm
29 
30 #endif // FWCore_MessageService_NamedDestination_h
std::string const & name() const
edm::propagate_const< std::unique_ptr< ELdestination > > & dest_p()
NamedDestination(std::string const &n, ELdestination *dp)
edm::propagate_const< std::unique_ptr< ELdestination > > dest_p_
auto dp
Definition: deltaR.h:22