LibreOffice Module cui (master) 1
|
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< ODriverEnumerationImpl > | m_pImpl |
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.
typedef std::vector<OUString>::const_iterator offapp::ODriverEnumeration::const_iterator |
Definition at line 45 of file sdbcdriverenum.hxx.
|
noexcept |
Definition at line 74 of file sdbcdriverenum.cxx.
|
noexcept |
Definition at line 80 of file sdbcdriverenum.cxx.
|
noexcept |
Definition at line 85 of file sdbcdriverenum.cxx.
References m_pImpl.
|
noexcept |
Definition at line 91 of file sdbcdriverenum.cxx.
References m_pImpl.
|
private |
Definition at line 40 of file sdbcdriverenum.hxx.