![]() | InDesign SDK 20.5 |
#include <DataWrapper.h>
Public Member Functions | |
| DataWrapper (VOS_Object *block, const DataT *list) | |
| DataWrapper (const DataWrapper< DataT > ©) | |
| DataWrapper< DataT > & | operator= (const DataWrapper< DataT > ©) |
| operator const DataT * () const | |
| const DataT * | get () const |
The DataWrapper template object is used to hold data contained in the text system without making a copy. It has the data pointer, and also the ref-counted object that owns the data.
| inline |
Get the pointer to the data. It is const because you cannot change the data here, it is the model's data.
| inline |
Get the pointer to the data. It is const because you cannot change the data here, it is the model's data.