#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.
|
inline |
Definition at line 16 of file NamedDestination.h.
|
inline |
Definition at line 21 of file NamedDestination.h.
References dest_p_.
|
inline |
Definition at line 20 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__(), and VIDSelectorBase.VIDSelectorBase::initialize().
|
private |
Definition at line 24 of file NamedDestination.h.
Referenced by dest_p().
|
private |
Definition at line 23 of file NamedDestination.h.
Referenced by name().