HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RE_CacheTag Class Reference

This class is bumped whenever a cached item is evicted. More...

#include <RE_CachedObject.h>

+ Inheritance diagram for RE_CacheTag:

Public Member Functions

 RE_CacheTag ()
 
void bump ()
 
void reset ()
 
int64 getVersion () const
 
void incref ()
 
void decref ()
 

Additional Inherited Members

- Protected Member Functions inherited from UT_NonCopyableNS::UT_NonCopyable
 UT_NonCopyable ()=default
 
 ~UT_NonCopyable ()=default
 
 UT_NonCopyable (const UT_NonCopyable &)=delete
 
UT_NonCopyableoperator= (const UT_NonCopyable &)=delete
 

Detailed Description

This class is bumped whenever a cached item is evicted.

Definition at line 148 of file RE_CachedObject.h.

Constructor & Destructor Documentation

RE_CacheTag::RE_CacheTag ( )
inline

Definition at line 151 of file RE_CachedObject.h.

Member Function Documentation

void RE_CacheTag::bump ( )
inline

Definition at line 153 of file RE_CachedObject.h.

void RE_CacheTag::decref ( )
inline

Definition at line 158 of file RE_CachedObject.h.

int64 RE_CacheTag::getVersion ( ) const
inline

Definition at line 155 of file RE_CachedObject.h.

void RE_CacheTag::incref ( )
inline

Definition at line 157 of file RE_CachedObject.h.

void RE_CacheTag::reset ( void  )
inline

Definition at line 154 of file RE_CachedObject.h.


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