|
pvAccessCPP 7.1.8
|
Instance declaring destroy method. More...
#include <utils/pv/destroyable.h>

Classes | |
| class | cleaner |
| for use with shared_ptr<> when wrapping More... | |
Public Types | |
| typedef std::tr1::shared_ptr< Destroyable > | shared_pointer |
| typedef std::tr1::shared_ptr< const Destroyable > | const_shared_pointer |
| typedef std::tr1::weak_ptr< Destroyable > | weak_pointer |
| typedef std::tr1::weak_ptr< const Destroyable > | const_weak_pointer |
Public Member Functions | |
| virtual void | destroy () |
| Destroy this instance. | |
Instance declaring destroy method.
Definition at line 24 of file destroyable.h.
| std::tr1::shared_ptr<const Destroyable> epics::pvAccess::Destroyable::const_shared_pointer |
Definition at line 26 of file destroyable.h.
| std::tr1::weak_ptr<const Destroyable> epics::pvAccess::Destroyable::const_weak_pointer |
Definition at line 26 of file destroyable.h.
| std::tr1::shared_ptr<Destroyable> epics::pvAccess::Destroyable::shared_pointer |
Definition at line 26 of file destroyable.h.
| std::tr1::weak_ptr<Destroyable> epics::pvAccess::Destroyable::weak_pointer |
Definition at line 26 of file destroyable.h.
|
inlineprotectedvirtual |
Definition at line 33 of file destroyable.h.
|
inlinevirtual |
Destroy this instance.
Reimplemented in epics::pvAccess::MonitorFIFO.
Definition at line 30 of file destroyable.h.