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

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_CacheVersionoperator= (const RE_CacheVersion &cv)
 
bool operator== (const RE_CacheVersion &cv) const
 
bool operator!= (const RE_CacheVersion &cv) const
 
RE_CacheVersionoperator++ ()
 
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...
 

Detailed Description

Simple class for a mutli-integer cache tag.

Examples:
DM/DM_ObjectPathHook.C.

Definition at line 31 of file RE_CachedObject.h.

Constructor & Destructor Documentation

RE_CacheVersion::RE_CacheVersion ( )
inline

Definition at line 34 of file RE_CachedObject.h.

RE_CacheVersion::RE_CacheVersion ( const RE_CacheVersion cv)
inline

Definition at line 41 of file RE_CachedObject.h.

Member Function Documentation

void RE_CacheVersion::clear ( void  )
inline

Definition at line 116 of file RE_CachedObject.h.

int64 RE_CacheVersion::getElement ( int  i) const
inline

Definition at line 97 of file RE_CachedObject.h.

bool RE_CacheVersion::operator!= ( const RE_CacheVersion cv) const
inline

Definition at line 64 of file RE_CachedObject.h.

RE_CacheVersion& RE_CacheVersion::operator++ ( )
inline

Definition at line 71 of file RE_CachedObject.h.

std::ostream& RE_CacheVersion::operator<< ( std::ostream &  os) const
inline

Definition at line 124 of file RE_CachedObject.h.

RE_CacheVersion& RE_CacheVersion::operator= ( const RE_CacheVersion cv)
inline

Definition at line 49 of file RE_CachedObject.h.

bool RE_CacheVersion::operator== ( const RE_CacheVersion cv) const
inline

Definition at line 57 of file RE_CachedObject.h.

void RE_CacheVersion::setElement ( int  i,
int64  v 
)
inline
Examples:
DM/DM_ObjectPathHook.C.

Definition at line 92 of file RE_CachedObject.h.

void RE_CacheVersion::setElementHigh32 ( int  i,
int32  v 
)
inline

Definition at line 110 of file RE_CachedObject.h.

void RE_CacheVersion::setElementLow32 ( int  i,
int32  v 
)
inline

Definition at line 103 of file RE_CachedObject.h.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const RE_CacheVersion v 
)
friend

I/O friends.

Definition at line 134 of file RE_CachedObject.h.


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