![]() | InDesign SDK 20.5 |
#include <IData.h>

Public Types | |
| typedef T | value_type |
Public Member Functions | |
| virtual const T & | Get () const =0 |
| virtual void | Set (const T &data)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Template class for properties - provides a basic mechanism for getting and setting a property (vector of properties, etc) of type T. The Get() and Set() methods provide a typeless interface to any property in the system.
| pure virtual |
Get the value of the property.
| pure virtual |
Set the value of the property.
| data | a const reference to the property. The encapsulated property will be updated with this value. |