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 321 of file SparseFile.h.

Constructor & Destructor Documentation

◆ CacheBlock()

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

Definition at line 326 of file SparseFile.h.

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

Member Data Documentation

◆ blockType

DataTypeEnum SparseFile::CacheBlock::blockType

◆ refIdx

int SparseFile::CacheBlock::refIdx

Definition at line 324 of file SparseFile.h.

Referenced by SparseFileManager::deallocateBlock().

◆ blockIdx

int SparseFile::CacheBlock::blockIdx

Definition at line 325 of file SparseFile.h.

Referenced by SparseFileManager::deallocateBlock().


The documentation for this class was generated from the following file:
SparseFile::CacheBlock::refIdx
int refIdx
Definition: SparseFile.h:324
SparseFile::CacheBlock::blockIdx
int blockIdx
Definition: SparseFile.h:325
SparseFile::CacheBlock::blockType
DataTypeEnum blockType
Definition: SparseFile.h:323