LibreOffice Module sfx2 (master) 1
Public Member Functions | Private Attributes | List of all members
SfxFoundCacheArr_Impl Class Reference

Public Member Functions

SfxFoundCache_Imploperator[] (size_t i)
 
size_t size () const
 
void push_back (SfxFoundCache_Impl p)
 

Private Attributes

std::vector< SfxFoundCache_ImplmaData
 

Detailed Description

Definition at line 80 of file bindings.cxx.

Member Function Documentation

◆ operator[]()

SfxFoundCache_Impl & SfxFoundCacheArr_Impl::operator[] ( size_t  i)
inline

Definition at line 86 of file bindings.cxx.

References i, and maData.

◆ push_back()

void SfxFoundCacheArr_Impl::push_back ( SfxFoundCache_Impl  p)
inline

Definition at line 96 of file bindings.cxx.

References maData, and p.

Referenced by SfxBindings::CreateSet_Impl().

◆ size()

size_t SfxFoundCacheArr_Impl::size ( ) const
inline

Definition at line 91 of file bindings.cxx.

References maData.

Referenced by SfxBindings::CreateSet_Impl(), and SfxBindings::Update_Impl().

Member Data Documentation

◆ maData

std::vector<SfxFoundCache_Impl> SfxFoundCacheArr_Impl::maData
private

Definition at line 82 of file bindings.cxx.

Referenced by operator[](), push_back(), and size().


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