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 () throw () | |
~ODriverEnumeration () throw () | |
const_iterator | begin () const throw () |
const_iterator | end () const throw () |
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.
offapp::ODriverEnumeration::ODriverEnumeration | ( | ) | ||
throw | ( | |||
) |
Definition at line 74 of file sdbcdriverenum.cxx.
offapp::ODriverEnumeration::~ODriverEnumeration | ( | ) | ||
throw | ( | |||
) |
Definition at line 80 of file sdbcdriverenum.cxx.
ODriverEnumeration::const_iterator offapp::ODriverEnumeration::begin | ( | ) | const | |
throw | ( | |||
) |
Definition at line 85 of file sdbcdriverenum.cxx.
References m_pImpl.
ODriverEnumeration::const_iterator offapp::ODriverEnumeration::end | ( | ) | const | |
throw | ( | |||
) |
Definition at line 91 of file sdbcdriverenum.cxx.
References m_pImpl.
|
private |
Definition at line 40 of file sdbcdriverenum.hxx.