HDK
|
Simple class for a mutli-integer cache tag. More...
#include <RE_CachedObject.h>
Public Member Functions | |
RE_CacheVersion () | |
RE_CacheVersion (const RE_CacheVersion &cv) | |
RE_CacheVersion & | operator= (const RE_CacheVersion &cv) |
bool | operator== (const RE_CacheVersion &cv) const |
bool | operator!= (const RE_CacheVersion &cv) const |
RE_CacheVersion & | operator++ () |
void | setElement (int i, int64 v) |
int64 | getElement (int i) const |
void | setElementLow32 (int i, int32 v) |
void | setElementHigh32 (int i, int32 v) |
void | clear () |
std::ostream & | operator<< (std::ostream &os) const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const RE_CacheVersion &v) |
I/O friends. More... | |
Simple class for a mutli-integer cache tag.
Definition at line 31 of file RE_CachedObject.h.
|
inline |
Definition at line 34 of file RE_CachedObject.h.
|
inline |
Definition at line 41 of file RE_CachedObject.h.
Definition at line 116 of file RE_CachedObject.h.
Definition at line 97 of file RE_CachedObject.h.
|
inline |
Definition at line 64 of file RE_CachedObject.h.
|
inline |
Definition at line 71 of file RE_CachedObject.h.
|
inline |
Definition at line 124 of file RE_CachedObject.h.
|
inline |
Definition at line 49 of file RE_CachedObject.h.
|
inline |
Definition at line 57 of file RE_CachedObject.h.
Definition at line 92 of file RE_CachedObject.h.
Definition at line 110 of file RE_CachedObject.h.
Definition at line 103 of file RE_CachedObject.h.
|
friend |
I/O friends.
Definition at line 134 of file RE_CachedObject.h.