#include <NamedDestination.h>
Public Member Functions | |
edm::propagate_const < std::unique_ptr < ELdestination > > & | dest_p () |
std::string const & | name () const |
NamedDestination (std::string const &n, ELdestination *dp) | |
Private Attributes | |
edm::propagate_const < std::unique_ptr < ELdestination > > | dest_p_ |
std::string | name_ |
Definition at line 15 of file NamedDestination.h.
|
inline |
Definition at line 17 of file NamedDestination.h.
|
inline |
Definition at line 22 of file NamedDestination.h.
References dest_p_.
|
inline |
Definition at line 21 of file NamedDestination.h.
References name_.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), config.CFG::__str__(), validation.Sample::digest(), and VIDSelectorBase.VIDSelectorBase::initialize().
|
private |
Definition at line 25 of file NamedDestination.h.
Referenced by dest_p().
|
private |
Definition at line 24 of file NamedDestination.h.
Referenced by name().