CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CacheManager::State Struct Reference
Inheritance diagram for CacheManager::State:
Collaboration diagram for CacheManager::State:

Public Member Functions

 State ()
 

Public Attributes

unsigned version
 
CacheManagerIds manager_type
 
void * concrete_state
 

Additional Inherited Members

- Protected Member Functions inherited from SingleCopy
 SingleCopy ()
 

Detailed Description

Wraps around the concrete cache manager's state block in memory. The state pointer is used in DoSaveState, DoRestoreState, DoFreeState.

Definition at line 244 of file cache.h.

Constructor & Destructor Documentation

CacheManager::State::State ( )
inline

Definition at line 245 of file cache.h.

Member Data Documentation

void* CacheManager::State::concrete_state
CacheManagerIds CacheManager::State::manager_type
unsigned CacheManager::State::version

Definition at line 251 of file cache.h.

Referenced by CacheManager::FreeState(), and CacheManager::RestoreState().


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