pvAccessCPP
7.1.7
|
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.