LibreOffice Module cui (master) 1
Public Types | Public Member Functions | Private Attributes | List of all members
offapp::ODriverEnumeration Class Reference

simple class for accessing SDBC drivers registered within the office More...

#include <sdbcdriverenum.hxx>

Public Types

typedef std::vector< OUString >::const_iterator const_iterator
 

Public Member Functions

 ODriverEnumeration () noexcept
 
 ~ODriverEnumeration () noexcept
 
const_iterator begin () const noexcept
 
const_iterator end () const noexcept
 

Private Attributes

std::unique_ptr< ODriverEnumerationImplm_pImpl
 

Detailed Description

simple class for accessing SDBC drivers registered within the office

Rather small, introduced to not contaminate other instances with the exception handling (code-size-bloating) implementations here.

Definition at line 37 of file sdbcdriverenum.hxx.

Member Typedef Documentation

◆ const_iterator

typedef std::vector<OUString>::const_iterator offapp::ODriverEnumeration::const_iterator

Definition at line 45 of file sdbcdriverenum.hxx.

Constructor & Destructor Documentation

◆ ODriverEnumeration()

offapp::ODriverEnumeration::ODriverEnumeration ( )
noexcept

Definition at line 74 of file sdbcdriverenum.cxx.

◆ ~ODriverEnumeration()

offapp::ODriverEnumeration::~ODriverEnumeration ( )
noexcept

Definition at line 80 of file sdbcdriverenum.cxx.

Member Function Documentation

◆ begin()

ODriverEnumeration::const_iterator offapp::ODriverEnumeration::begin ( ) const
noexcept

Definition at line 85 of file sdbcdriverenum.cxx.

References m_pImpl.

◆ end()

ODriverEnumeration::const_iterator offapp::ODriverEnumeration::end ( ) const
noexcept

Definition at line 91 of file sdbcdriverenum.cxx.

References m_pImpl.

Member Data Documentation

◆ m_pImpl

std::unique_ptr<ODriverEnumerationImpl> offapp::ODriverEnumeration::m_pImpl
private

Definition at line 40 of file sdbcdriverenum.hxx.

Referenced by begin(), and end().


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