afc_nodemaster_changepos

Name

afc_nodemaster_changepos  -- Changes the current node position to another

Synopsis

void * afc_nodemaster_change_pos (NodeMaster * nm, struct Node *node);

Description

Use this command to change current node position to another.

Inputs

nm

Pointer to a valid NodeMaster class.

node

new list node to change position to.

Result

the new node data or NULL if an error occurred.

Note

You *MUST* know exactly what you are doing. Passing a wrong node as parameter could get to instability. This command is designed only for "professional" user who intend build new object inheriting this one.

See Also