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 321 of file SparseFile.h.
|
inline |
Definition at line 326 of file SparseFile.h.
DataTypeEnum SparseFile::CacheBlock::blockType |
Definition at line 323 of file SparseFile.h.
Referenced by SparseFileManager::deallocateBlocks(), and SparseFileManager::flushCache().
int SparseFile::CacheBlock::refIdx |
Definition at line 324 of file SparseFile.h.
Referenced by SparseFileManager::deallocateBlock().
int SparseFile::CacheBlock::blockIdx |
Definition at line 325 of file SparseFile.h.
Referenced by SparseFileManager::deallocateBlock().