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 286 of file SparseFile.h.
|
inline |
Definition at line 291 of file SparseFile.h.
DataTypeEnum SparseFile::CacheBlock::blockType |
Definition at line 288 of file SparseFile.h.
Referenced by SparseFileManager::deallocateBlocks(), and SparseFileManager::flushCache().
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().