afc_nodemaster_new

Name

afc_nodemaster_new  -- Initializes a new NodeMaster object.

Synopsis

NodeMaster * afc_nodemaster_new ( );

Description

Use this command to inizialize a NodeMaster object. This function does: 1. Alloc memory for the class structure 2. Alloc memory for the embedded list 3. Init the list

Inputs

NONE

Result

an initialized NodeMaster structure.

See Also

afc_nodemaster_delete()