LibreOffice Module cui (master) 1
|
#include <connpoolsettings.hxx>
Public Member Functions | |
DriverPooling (OUString _aName) | |
bool | operator== (const DriverPooling &_rR) const |
bool | operator!= (const DriverPooling &_rR) const |
Public Attributes | |
OUString | sName |
bool | bEnabled |
sal_Int32 | nTimeoutSeconds |
Definition at line 33 of file connpoolsettings.hxx.
|
explicit |
Definition at line 28 of file connpoolsettings.cxx.
References sName.
|
inline |
Definition at line 42 of file connpoolsettings.hxx.
References operator==().
bool offapp::DriverPooling::operator== | ( | const DriverPooling & | _rR | ) | const |
Definition at line 36 of file connpoolsettings.cxx.
References bEnabled, nTimeoutSeconds, and sName.
Referenced by operator!=().
bool offapp::DriverPooling::bEnabled |
Definition at line 36 of file connpoolsettings.hxx.
Referenced by operator==().
sal_Int32 offapp::DriverPooling::nTimeoutSeconds |
Definition at line 37 of file connpoolsettings.hxx.
Referenced by operator==().
OUString offapp::DriverPooling::sName |
Definition at line 35 of file connpoolsettings.hxx.
Referenced by operator==().