UDK 3.2.7 C/C++ API Reference
Public Attributes
_uno_Any Struct Reference

This is the binary specification of an UNO any. More...

#include <any2.h>

Inheritance diagram for _uno_Any:
com::sun::star::uno::Any

List of all members.

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! You may have to correct the pData pointer to pReserved.
void * pReserved
 reserved space for storing value

Detailed Description

This is the binary specification of an UNO any.


Member Data Documentation

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.

reserved space for storing value

type of value


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines