HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_LocalDiskCacheKey Class Referenceabstract

Class used to lookup cache items. More...

#include <UT_LocalDiskCache.h>

+ Inheritance diagram for UT_LocalDiskCacheKey:

Public Member Functions

UT_CappedKeyduplicate () const override=0
 
unsigned getHash () const override=0
 
bool isEqual (const UT_CappedKey &key) const override=0
 
- Public Member Functions inherited from UT_CappedKey
 UT_CappedKey ()
 
virtual ~UT_CappedKey ()
 
- Public Member Functions inherited from UT_IntrusiveRefCounter< UT_CappedKey >
SYS_FORCE_INLINE UT_IntrusiveRefCounter () noexcept
 Default constructor: Sets counter to 0. More...
 
SYS_FORCE_INLINE UT_IntrusiveRefCounter (const UT_IntrusiveRefCounter &) noexcept
 Copy constructor: Sets counter to 0. More...
 
UT_IntrusiveRefCounteroperator= (const UT_IntrusiveRefCounter &) noexcept
 Assignment operator: Does not modify counter. More...
 
SYS_FORCE_INLINE uint32 use_count () const noexcept
 Return current counter. More...
 
SYS_FORCE_INLINE bool conditionalAddRef () noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from UT_CappedKey
 UT_CappedKey (const UT_CappedKey &)=default
 
UT_CappedKeyoperator= (const UT_CappedKey &)=delete
 
- Protected Member Functions inherited from UT_IntrusiveRefCounter< UT_CappedKey >
SYS_FORCE_INLINE ~UT_IntrusiveRefCounter ()
 Destructor: Only derived classes can destruct this. More...
 

Detailed Description

Class used to lookup cache items.

Definition at line 21 of file UT_LocalDiskCache.h.

Member Function Documentation

UT_CappedKey* UT_LocalDiskCacheKey::duplicate ( ) const
overridepure virtual

Pure virtual methods which need to be implemented in the subclass

Implements UT_CappedKey.

unsigned UT_LocalDiskCacheKey::getHash ( ) const
overridepure virtual

Pure virtual methods which need to be implemented in the subclass

Implements UT_CappedKey.

bool UT_LocalDiskCacheKey::isEqual ( const UT_CappedKey key) const
overridepure virtual

Pure virtual methods which need to be implemented in the subclass

Implements UT_CappedKey.


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