LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | Friends | List of all members
BigPtrEntry Class Reference

#include <bparr.hxx>

Inheritance diagram for BigPtrEntry:
[legend]
Collaboration diagram for BigPtrEntry:
[legend]

Public Member Functions

 BigPtrEntry ()
 
 BigPtrEntry (BigPtrEntry const &)=default
 
virtual ~BigPtrEntry ()=default
 
BigPtrEntryoperator= (BigPtrEntry const &)=default
 
sal_Int32 GetPos () const
 
BigPtrArrayGetArray () const
 

Private Attributes

BlockInfom_pBlock
 
sal_uInt16 m_nOffset
 

Friends

class BigPtrArray
 

Detailed Description

Definition at line 31 of file bparr.hxx.

Constructor & Destructor Documentation

◆ BigPtrEntry() [1/2]

BigPtrEntry::BigPtrEntry ( )
inline

Definition at line 37 of file bparr.hxx.

◆ BigPtrEntry() [2/2]

BigPtrEntry::BigPtrEntry ( BigPtrEntry const &  )
default

◆ ~BigPtrEntry()

virtual BigPtrEntry::~BigPtrEntry ( )
virtualdefault

Member Function Documentation

◆ GetArray()

BigPtrArray & BigPtrEntry::GetArray ( ) const
inline

Definition at line 103 of file bparr.hxx.

References m_pBlock, and BlockInfo::pBigArr.

Referenced by SwNode::GetNodes().

◆ GetPos()

sal_Int32 BigPtrEntry::GetPos ( ) const
inline

Definition at line 97 of file bparr.hxx.

References m_nOffset, m_pBlock, BlockInfo::mvData, and BlockInfo::nStart.

Referenced by SwNode::GetIndex(), and SwNodes::RemoveNode().

◆ operator=()

BigPtrEntry & BigPtrEntry::operator= ( BigPtrEntry const &  )
default

Friends And Related Function Documentation

◆ BigPtrArray

friend class BigPtrArray
friend

Definition at line 33 of file bparr.hxx.

Member Data Documentation

◆ m_nOffset

sal_uInt16 BigPtrEntry::m_nOffset
private

Definition at line 35 of file bparr.hxx.

Referenced by GetPos(), BigPtrArray::Insert(), and BigPtrArray::Replace().

◆ m_pBlock

BlockInfo* BigPtrEntry::m_pBlock
private

Definition at line 34 of file bparr.hxx.

Referenced by GetArray(), GetPos(), BigPtrArray::Insert(), and BigPtrArray::Replace().


The documentation for this class was generated from the following file: