LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
Public Attributes | List of all members
_uno_Any Struct Reference

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

#include <any2.h>

Public Attributes

struct _typelib_TypeDescriptionReferencepType
 type of value More...
 
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. More...
 
void * pReserved
 reserved space for storing value More...
 

Detailed Description

This is the binary specification of a UNO any.

Member Data Documentation

◆ pData

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.

◆ pReserved

void* _uno_Any::pReserved

reserved space for storing value

◆ pType

struct _typelib_TypeDescriptionReference* _uno_Any::pType

type of value


The documentation for this struct was generated from the following file: