LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScSortedRangeCache::HashKey Struct Reference

#include <rangecache.hxx>

Collaboration diagram for ScSortedRangeCache::HashKey:
[legend]

Public Member Functions

bool operator== (const HashKey &other) const
 

Public Attributes

ScRange range
 
ValueType valueType
 
ScQueryOp queryOp
 
ScQueryEntry::QueryType queryType
 

Detailed Description

Definition at line 65 of file rangecache.hxx.

Member Function Documentation

◆ operator==()

bool ScSortedRangeCache::HashKey::operator== ( const HashKey other) const
inline

Definition at line 71 of file rangecache.hxx.

References queryOp, queryType, range, and valueType.

Member Data Documentation

◆ queryOp

ScQueryOp ScSortedRangeCache::HashKey::queryOp

Definition at line 69 of file rangecache.hxx.

Referenced by ScSortedRangeCache::Hash::operator()(), and operator==().

◆ queryType

ScQueryEntry::QueryType ScSortedRangeCache::HashKey::queryType

Definition at line 70 of file rangecache.hxx.

Referenced by ScSortedRangeCache::Hash::operator()(), and operator==().

◆ range

ScRange ScSortedRangeCache::HashKey::range

Definition at line 67 of file rangecache.hxx.

Referenced by ScSortedRangeCache::Hash::operator()(), and operator==().

◆ valueType

ValueType ScSortedRangeCache::HashKey::valueType

Definition at line 68 of file rangecache.hxx.

Referenced by ScSortedRangeCache::Hash::operator()(), and operator==().


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