BlockNumberBlock Class

Definition

Line 360 of cmsxk/Block.cm

Inheritance

Constructors & Destructor

public nothrow BlockNumberBlock(BlockManager* manager_, BlockCache* cache_)

Member Functions

public nothrow int GetBlockNumber(int index) const
public nothrow void SetBlockNumber(int index, int blockNumber)

Constructor& Destructor Details

BlockNumberBlock Constructor

public nothrow BlockNumberBlock(BlockManager* manager_, BlockCache* cache_)

Definition
Line 362 of cmsxk/Block.cm


Member Function Details

GetBlockNumber Member Function

public nothrow int GetBlockNumber(int index)

Definition
Line 365 of cmsxk/Block.cm


SetBlockNumber Member Function

public nothrow void SetBlockNumber(int index, int blockNumber)

Definition
Line 371 of cmsxk/Block.cm