Overview   Namespace   Class   Index   Help 

Data of Class _uno_Any


pType
_typelib_TypeDescriptionReference * pType;

Summary
type of value

pData
void * pData;

Description
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.

pReserved
void * pReserved;

Summary
reserved space for storing value

Top of Page