#include <baciBACIProperty.h>
Inheritance diagram for baci::PropertyImplementator:
Public Member Functions | |
virtual void | getValue (BACIProperty *property, BACIValue *value, Completion &completion, CBDescOut &descOut)=0 |
virtual int | initialization () |
virtual | ~PropertyImplementator () |
Destructor. |
|
Destructor.
|
|
Get value method (value accessor)
Implemented in baci::PcommonImpl<>, ROEnumImpl<>, RWEnumImpl<>, baci::PcommonImpl< ACS_P_TL >, and ROEnumImpl< ACS_ENUM_T(T), SK >.
|
|
Property construction status method After contruction of a property, this method will be called to check if construction was successful; if not, monitor will be destroyed by parent
Reimplemented in baci::PcommonImpl<>, ROEnumImpl<>, RWEnumImpl<>, baci::PcommonImpl< ACS_P_TL >, and ROEnumImpl< ACS_ENUM_T(T), SK >.
|