LibreOffice
LibreOffice 25.8 SDK C/C++ API Reference
|
This is the binary specification of a UNO any. More...
#include <any2.h>
Public Attributes | |
struct _typelib_TypeDescriptionReference * | pType |
type of value | |
void * | pData |
pointer to value; this may point to pReserved and thus the uno_Any is not anytime mem-copyable! | |
void * | pReserved |
reserved space for storing value |
This is the binary specification of a UNO any.
void* _uno_Any::pData |
pointer to value; this may point to pReserved and thus the uno_Any is not anytime mem-copyable!
You may have to correct the pData pointer to pReserved. Otherwise you need not, because the data is stored in heap space.
void* _uno_Any::pReserved |
reserved space for storing value
struct _typelib_TypeDescriptionReference* _uno_Any::pType |
type of value