PVData C++ 8.0.7
Loading...
Searching...
No Matches
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< PostHandlershared_pointer
 
typedef std::tr1::shared_ptr< const PostHandlerconst_shared_pointer
 
typedef std::tr1::weak_ptr< PostHandlerweak_pointer
 
typedef std::tr1::weak_ptr< const PostHandlerconst_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.

Member Typedef Documentation

◆ const_shared_pointer

std::tr1::shared_ptr<const PostHandler> epics::pvData::PostHandler::const_shared_pointer

Definition at line 134 of file pvData.h.

◆ const_weak_pointer

std::tr1::weak_ptr<const PostHandler> epics::pvData::PostHandler::const_weak_pointer

Definition at line 134 of file pvData.h.

◆ shared_pointer

std::tr1::shared_ptr<PostHandler> epics::pvData::PostHandler::shared_pointer

Definition at line 134 of file pvData.h.

◆ weak_pointer

std::tr1::weak_ptr<PostHandler> epics::pvData::PostHandler::weak_pointer

Definition at line 134 of file pvData.h.

Constructor & Destructor Documentation

◆ ~PostHandler()

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

Destructor

Definition at line 138 of file pvData.h.

Member Function Documentation

◆ postPut()

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: