afc_nodemaster_first

Name

afc_nodemaster_first  -- Move to the first element

Synopsis

void * afc_nodemaster_first (NodeMaster * nm);

Description

Use this command to jump to the first object in the list.

Inputs

nm

Pointer to a valid NodeMaster class

Result

the first object in this list, NULL if the list is empty.

See Also