Field3D
|
#include <SparseFile.h>
Public Member Functions | |
CacheBlock (DataTypeEnum blockTypeIn, int refIdxIn, int blockIdxIn) |
Public Attributes | |
int | blockIdx |
DataTypeEnum | blockType |
int | refIdx |
Definition at line 241 of file SparseFile.h.
|
inline |
Definition at line 246 of file SparseFile.h.
DataTypeEnum SparseFile::CacheBlock::blockType |
Definition at line 243 of file SparseFile.h.
Referenced by SparseFileManager::deallocateBlocks(), and SparseFileManager::flushCache().
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().