#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< ELdestination > | dest_p_ |
std::string | name_ |
Definition at line 14 of file NamedDestination.h.
edm::service::NamedDestination::NamedDestination | ( | std::string const & | n, |
ELdestination * | dp | ||
) | [inline] |
Definition at line 16 of file NamedDestination.h.
std::auto_ptr<ELdestination>& edm::service::NamedDestination::dest_p | ( | ) | [inline] |
std::string const& edm::service::NamedDestination::name | ( | void | ) | const [inline] |
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().