LibreOffice Module dbaccess (master) 1
|
#include <RowSetRow.hxx>
Public Member Functions | |
ORowSetOldRowHelper (ORowSetRow _aRow) | |
const ORowSetRow & | getRow () const |
void | clearRow () |
void | setRow (const ORowSetRow &_rRow) |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Private Member Functions | |
ORowSetOldRowHelper & | operator= (const ORowSetOldRowHelper &_rRH)=delete |
ORowSetOldRowHelper (const ORowSetOldRowHelper &_rRh)=delete | |
Private Attributes | |
ORowSetRow | m_aRow |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
static void * | operator new (std::size_t nSize) |
static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
static void | operator delete (void *pPtr) |
static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
Definition at line 33 of file RowSetRow.hxx.
|
privatedelete |
|
inlineexplicit |
Definition at line 40 of file RowSetRow.hxx.
|
inline |
Definition at line 45 of file RowSetRow.hxx.
References m_aRow.
|
inline |
Definition at line 44 of file RowSetRow.hxx.
References m_aRow.
|
privatedelete |
|
inline |
Definition at line 46 of file RowSetRow.hxx.
References m_aRow.
|
private |
Definition at line 35 of file RowSetRow.hxx.
Referenced by clearRow(), getRow(), and setRow().