LibreOffice Module cui (master) 1
Public Member Functions | Public Attributes | List of all members
offapp::DriverPooling Struct Reference

#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
 

Detailed Description

Definition at line 33 of file connpoolsettings.hxx.

Constructor & Destructor Documentation

◆ DriverPooling()

offapp::DriverPooling::DriverPooling ( OUString  _aName)
explicit

Definition at line 28 of file connpoolsettings.cxx.

References sName.

Member Function Documentation

◆ operator!=()

bool offapp::DriverPooling::operator!= ( const DriverPooling _rR) const
inline

Definition at line 42 of file connpoolsettings.hxx.

References operator==().

◆ 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!=().

Member Data Documentation

◆ bEnabled

bool offapp::DriverPooling::bEnabled

Definition at line 36 of file connpoolsettings.hxx.

Referenced by operator==().

◆ nTimeoutSeconds

sal_Int32 offapp::DriverPooling::nTimeoutSeconds

Definition at line 37 of file connpoolsettings.hxx.

Referenced by operator==().

◆ sName

OUString offapp::DriverPooling::sName

Definition at line 35 of file connpoolsettings.hxx.

Referenced by operator==().


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