CMS 3D CMS Logo

Public Member Functions | Private Attributes

edm::service::NamedDestination Class Reference

#include <NamedDestination.h>

List of all members.

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.

                                                               :
        name_(n)
      , dest_p_(dp)
      {}

Member Function Documentation

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

Definition at line 21 of file NamedDestination.h.

References dest_p_.

{return dest_p_;}
std::string const& edm::service::NamedDestination::name ( void  ) const [inline]

Definition at line 20 of file NamedDestination.h.

References name_.

{return name_;}

Member Data Documentation

Definition at line 24 of file NamedDestination.h.

Referenced by dest_p().

Definition at line 23 of file NamedDestination.h.

Referenced by name().