CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
edm::service::NamedDestination Class Reference

#include <NamedDestination.h>

Public Member Functions

std::auto_ptr< ELdestination > & dest_p ()
 
std::string const & name () const
 
 NamedDestination (std::string const &n, ELdestination *dp)
 

Private Attributes

std::auto_ptr< ELdestinationdest_p_
 
std::string name_
 

Detailed Description

Definition at line 14 of file NamedDestination.h.

Constructor & Destructor Documentation

edm::service::NamedDestination::NamedDestination ( std::string const &  n,
ELdestination dp 
)
inline

Definition at line 16 of file NamedDestination.h.

16  :
17  name_(n)
18  , dest_p_(dp)
19  {}
std::auto_ptr< ELdestination > dest_p_

Member Function Documentation

std::auto_ptr<ELdestination>& edm::service::NamedDestination::dest_p ( )
inline

Definition at line 21 of file NamedDestination.h.

References dest_p_.

21 {return dest_p_;}
std::auto_ptr< ELdestination > dest_p_
std::string const& edm::service::NamedDestination::name ( void  ) const
inline

Member Data Documentation

std::auto_ptr<ELdestination> edm::service::NamedDestination::dest_p_
private

Definition at line 24 of file NamedDestination.h.

Referenced by dest_p().

std::string edm::service::NamedDestination::name_
private

Definition at line 23 of file NamedDestination.h.

Referenced by name().