afc_nodemaster_obj

Name

afc_nodemaster_obj  -- Gets the current item

Synopsis

void * afc_nodemaster_obj (NodeMaster * nm);

Description

Use this command to get the current node's contents.

Inputs

nm

Pointer to a valid NodeMaster class.

Result

data contained in the current node. NULL if the list is empty.

See Also