DirectoryBlock Class

Definition

Line 431 of cmsxk/Block.cm

Inheritance

Constructors & Destructor

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

Member Functions

public nothrow DirectoryEntry GetDirectoryEntry(int index) const
public nothrow void SetDirectoryEntry(int index, const DirectoryEntry& entry)

Constructor& Destructor Details

DirectoryBlock Constructor

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

Definition
Line 433 of cmsxk/Block.cm


Member Function Details

GetDirectoryEntry Member Function

public nothrow DirectoryEntry GetDirectoryEntry(int index)

Definition
Line 436 of cmsxk/Block.cm


SetDirectoryEntry Member Function

public nothrow void SetDirectoryEntry(int index, const DirectoryEntry& entry)

Definition
Line 444 of cmsxk/Block.cm