Field3D
SparseFile::CacheBlock Class Reference

#include <SparseFile.h>

Public Member Functions

 CacheBlock (DataTypeEnum blockTypeIn, int refIdxIn, int blockIdxIn)
 

Public Attributes

int blockIdx
 
DataTypeEnum blockType
 
int refIdx
 

Detailed Description

Definition at line 286 of file SparseFile.h.

Constructor & Destructor Documentation

SparseFile::CacheBlock::CacheBlock ( DataTypeEnum  blockTypeIn,
int  refIdxIn,
int  blockIdxIn 
)
inline

Definition at line 291 of file SparseFile.h.

291  :
292  blockType(blockTypeIn), refIdx(refIdxIn), blockIdx(blockIdxIn)
293  { }
DataTypeEnum blockType
Definition: SparseFile.h:288

Member Data Documentation

DataTypeEnum SparseFile::CacheBlock::blockType
int SparseFile::CacheBlock::refIdx

Definition at line 289 of file SparseFile.h.

Referenced by SparseFileManager::deallocateBlock().

int SparseFile::CacheBlock::blockIdx

Definition at line 290 of file SparseFile.h.

Referenced by SparseFileManager::deallocateBlock().


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