#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 BeautifulSoup.Tag::_invert().
|
private |
Definition at line 24 of file NamedDestination.h.
Referenced by dest_p().
|
private |
Definition at line 23 of file NamedDestination.h.
Referenced by Config.Process::fillProcessDesc(), and name().