LibreOffice Module basic (master) 1
Public Member Functions | Public Attributes | Private Types | List of all members
SbiDllMgr::Impl Struct Reference

Public Member Functions

 Impl ()=default
 
 Impl (const Impl &)=delete
 
const Imploperator= (const Impl &)=delete
 
Dll * getDll (OUString const &name)
 
 Impl ()=default
 
 Impl (const Impl &)=delete
 
const Imploperator= (const Impl &)=delete
 
Dll * getDll (OUString const &name)
 

Public Attributes

Dlls dlls
 

Private Types

typedef std::map< OUString, ::rtl::Reference< Dll > > Dlls
 
typedef std::map< OUString, rtl::Reference< Dll > > Dlls
 

Detailed Description

Definition at line 708 of file dllmgr-x64.cxx.

Member Typedef Documentation

◆ Dlls [1/2]

typedef std::map< OUString, ::rtl::Reference< Dll > > SbiDllMgr::Impl::Dlls
private

Definition at line 710 of file dllmgr-x64.cxx.

◆ Dlls [2/2]

typedef std::map< OUString, rtl::Reference< Dll > > SbiDllMgr::Impl::Dlls
private

Definition at line 685 of file dllmgr-x86.cxx.

Constructor & Destructor Documentation

◆ Impl() [1/4]

SbiDllMgr::Impl::Impl ( )
default

◆ Impl() [2/4]

SbiDllMgr::Impl::Impl ( const Impl )
delete

◆ Impl() [3/4]

SbiDllMgr::Impl::Impl ( )
default

◆ Impl() [4/4]

SbiDllMgr::Impl::Impl ( const Impl )
delete

Member Function Documentation

◆ getDll() [1/2]

Dll * SbiDllMgr::Impl::getDll ( OUString const &  name)

Definition at line 722 of file dllmgr-x64.cxx.

References dlls, h, i, and name.

◆ getDll() [2/2]

Dll * SbiDllMgr::Impl::getDll ( OUString const &  name)

◆ operator=() [1/2]

const Impl & SbiDllMgr::Impl::operator= ( const Impl )
delete

◆ operator=() [2/2]

const Impl & SbiDllMgr::Impl::operator= ( const Impl )
delete

Member Data Documentation

◆ dlls

Dlls SbiDllMgr::Impl::dlls

Definition at line 719 of file dllmgr-x64.cxx.

Referenced by getDll().


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