BlockPutter Class

Definition

Line 476 of cmsxk/Block.cm

Constructors & Destructor

public nothrow BlockPutter()
public nothrow BlockPutter(Block* block_)
public ~BlockPutter()

Member Functions

public nothrow Block* Release()
public nothrow void Reset(Block* block_)

Member Variables

private Block* block

Constructor& Destructor Details

BlockPutter Constructor

public nothrow BlockPutter()

Definition
Line 478 of cmsxk/Block.cm


BlockPutter Constructor

public nothrow BlockPutter(Block* block_)

Definition
Line 481 of cmsxk/Block.cm


~BlockPutter Destructor

public ~BlockPutter()

Definition
Line 501 of cmsxk/Block.cm


Member Function Details

Release Member Function

public nothrow Block* Release()

Definition
Line 495 of cmsxk/Block.cm


Reset Member Function

public nothrow void Reset(Block* block_)

Definition
Line 484 of cmsxk/Block.cm