INodePutter Class

Definition

Line 606 of cmsxk/INode.cm

Constructors & Destructor

public nothrow INodePutter()
public nothrow INodePutter(INode* inode_)
public ~INodePutter()

Member Functions

public inline nothrow void ResetINode()
public nothrow void ResetINode(INode* newINode)

Member Variables

private INode* inode
private SuperBlock* sb

Constructor& Destructor Details

INodePutter Constructor

public nothrow INodePutter()

Definition
Line 608 of cmsxk/INode.cm


INodePutter Constructor

public nothrow INodePutter(INode* inode_)

Definition
Line 611 of cmsxk/INode.cm


~INodePutter Destructor

public ~INodePutter()

Definition
Line 629 of cmsxk/INode.cm


Member Function Details

ResetINode Member Function

public inline nothrow void ResetINode()

Definition
Line 614 of cmsxk/INode.cm


ResetINode Member Function

public nothrow void ResetINode(INode* newINode)

Definition
Line 618 of cmsxk/INode.cm