pvAccessCPP  7.1.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Public Types | Public Member Functions | List of all members
epics::pvAccess::Destroyable Class Reference

Instance declaring destroy method. More...

#include <utils/pv/destroyable.h>

Inheritance diagram for epics::pvAccess::Destroyable:
Inheritance graph
[legend]

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.
 

Detailed Description

Instance declaring destroy method.

Definition at line 24 of file destroyable.h.


The documentation for this class was generated from the following file: