Field3D
SparseFile::CacheBlock Class Reference

#include <SparseFile.h>

List of all members.

Public Member Functions

 CacheBlock (DataTypeEnum blockTypeIn, int refIdxIn, int blockIdxIn)

Public Attributes

int blockIdx
DataTypeEnum blockType
int refIdx

Detailed Description

Definition at line 241 of file SparseFile.h.


Constructor & Destructor Documentation

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

Definition at line 246 of file SparseFile.h.

:
blockType(blockTypeIn), refIdx(refIdxIn), blockIdx(blockIdxIn)
{ }

Member Data Documentation

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

Definition at line 244 of file SparseFile.h.

Referenced by SparseFileManager::deallocateBlock().

int SparseFile::CacheBlock::blockIdx

Definition at line 245 of file SparseFile.h.

Referenced by SparseFileManager::deallocateBlock().


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