LibreOffice Module comphelper (master) 1
Public Member Functions | Public Attributes | List of all members
comphelper::detail::element_alias2 Union Reference

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

#include <interfacecontainer2.hxx>

Public Member Functions

 element_alias2 ()
 

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 43 of file interfacecontainer2.hxx.

Constructor & Destructor Documentation

◆ element_alias2()

comphelper::detail::element_alias2::element_alias2 ( )
inline

Definition at line 47 of file interfacecontainer2.hxx.

Member Data Documentation

◆ pAsInterface

css::uno::XInterface* comphelper::detail::element_alias2::pAsInterface

◆ pAsVector

std::vector< css::uno::Reference< css::uno::XInterface > >* comphelper::detail::element_alias2::pAsVector

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