LibreOffice
LibreOffice 25.8 SDK C/C++ API Reference
Loading...
Searching...
No Matches
cppu::detail::element_alias Union Reference

This is here to optimise space in the common case that there are zero or one listeners. More...

#include <interfacecontainer.h>

Public Member Functions

 element_alias ()

Public Attributes

std::vector< css::uno::Reference< css::uno::XInterface > > * pAsVector
css::uno::XInterface * pAsInterface

Detailed Description

This is here to optimise space in the common case that there are zero or one listeners.

Constructor & Destructor Documentation

◆ element_alias()

cppu::detail::element_alias::element_alias ( )
inline

Member Data Documentation

◆ pAsInterface

css::uno::XInterface* cppu::detail::element_alias::pAsInterface

◆ pAsVector

std::vector< css::uno::Reference< css::uno::XInterface > >* cppu::detail::element_alias::pAsVector

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