afc_nodemaster_clear_stack

Name

afc_nodemaster_clear_stack  -- Clears the stack

Synopsis

void afc_nodemaster_clear_stack (NodeMaster * nm);

Description

Use this method to clear all pushed nodes in stack.

Inputs

nm

Pointer to a valid NodeMaster class.

Result

push stack will be cleared.

See Also