LibreOffice Module cppuhelper (master) 1
Public Member Functions | Public Attributes | List of all members
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.

Definition at line 53 of file interfacecontainer.h.

Constructor & Destructor Documentation

◆ element_alias()

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

Definition at line 57 of file interfacecontainer.h.

References NULL.

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: