PVData C++  8.0.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | List of all members
epics::pvData::PostHandler Class Referenceabstract

This class is implemented by code that calls setPostHander. More...

#include <pv/pvData.h>

Public Types

typedef std::tr1::shared_ptr
< PostHandler
shared_pointer
 
typedef std::tr1::shared_ptr
< const PostHandler
const_shared_pointer
 
typedef std::tr1::weak_ptr
< PostHandler
weak_pointer
 
typedef std::tr1::weak_ptr
< const PostHandler
const_weak_pointer
 

Public Member Functions

virtual ~PostHandler ()
 
virtual void postPut ()=0
 

Detailed Description

This class is implemented by code that calls setPostHander.

Definition at line 131 of file pvData.h.

Constructor & Destructor Documentation

virtual epics::pvData::PostHandler::~PostHandler ( )
inlinevirtual

Destructor

Definition at line 138 of file pvData.h.

Member Function Documentation

virtual void epics::pvData::PostHandler::postPut ( )
pure virtual

This is called every time postPut is called for this field.


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