LibreOffice Module editeng (master) 1
Public Member Functions | Public Attributes | List of all members
TextRanger::RangeCacheItem Struct Reference

The RangeCache class is used to cache the result of a single range calculation. More...

Collaboration diagram for TextRanger::RangeCacheItem:
[legend]

Public Member Functions

 RangeCacheItem (const Range &rng)
 

Public Attributes

Range range
 Range for which we calculated results. More...
 
std::deque< tools::Longresults
 Calculated results for the range. More...
 

Detailed Description

The RangeCache class is used to cache the result of a single range calculation.

Definition at line 36 of file txtrange.hxx.

Constructor & Destructor Documentation

◆ RangeCacheItem()

TextRanger::RangeCacheItem::RangeCacheItem ( const Range rng)
inline

Definition at line 40 of file txtrange.hxx.

Member Data Documentation

◆ range

Range TextRanger::RangeCacheItem::range

Range for which we calculated results.

Definition at line 38 of file txtrange.hxx.

◆ results

std::deque<tools::Long> TextRanger::RangeCacheItem::results

Calculated results for the range.

Definition at line 39 of file txtrange.hxx.

Referenced by TextRanger::GetTextRanges().


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