afc_nodemaster_pop

Name

afc_nodemaster_pop  -- Pops an item from the stack

Synopsis

void * afc_nodemaster_pop (NodeMaster * nm, short autopos);

Description

Use this command to restore current node to the one previously pushed.

Inputs

nm

Pointer to a valid NodeMaster class.

autopos

This is a boolean flag:

TRUE

restores the list pointer to the previously pushed node in list.

FALSE

just removes the pushed node from the stack.

Result

the right node

if pop succeded and autopos=TRUE.

FALSE

not popped or autopos=FALSE.

Note

See Also