LibreOffice Module sd (master) 1
Public Member Functions | Public Attributes | List of all members
PropEntry Struct Reference

#include <propread.hxx>

Public Member Functions

 PropEntry (sal_uInt32 nId, const sal_uInt8 *pBuf, sal_uInt32 nBufSize)
 
 PropEntry (const PropEntry &rProp)
 
PropEntryoperator= (const PropEntry &rPropEntry)
 

Public Attributes

sal_uInt32 mnId
 
sal_uInt32 mnSize
 
std::unique_ptr< sal_uInt8[]> mpBuf
 

Detailed Description

Definition at line 85 of file propread.hxx.

Constructor & Destructor Documentation

◆ PropEntry() [1/2]

PropEntry::PropEntry ( sal_uInt32  nId,
const sal_uInt8 pBuf,
sal_uInt32  nBufSize 
)

Definition at line 28 of file propread.cxx.

References mnId, mnSize, mpBuf, and nId.

◆ PropEntry() [2/2]

PropEntry::PropEntry ( const PropEntry rProp)

Definition at line 36 of file propread.cxx.

References mnId, mnSize, mnSize, and mpBuf.

Member Function Documentation

◆ operator=()

PropEntry & PropEntry::operator= ( const PropEntry rPropEntry)

Definition at line 44 of file propread.cxx.

References mnId, mnSize, and mpBuf.

Member Data Documentation

◆ mnId

sal_uInt32 PropEntry::mnId

Definition at line 87 of file propread.hxx.

Referenced by operator=().

◆ mnSize

sal_uInt32 PropEntry::mnSize

Definition at line 88 of file propread.hxx.

Referenced by operator=(), and PropEntry().

◆ mpBuf

std::unique_ptr<sal_uInt8[]> PropEntry::mpBuf

Definition at line 89 of file propread.hxx.

Referenced by operator=(), and PropEntry().


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