Chapter 14. NodeMaster

Table of Contents
Introduction
Methods
 

Those who forget the pasta are condemned to reheat it.

 
-- Anonymous  

Introduction

NodeMaster is a class that handles double linked lists.

Like all AFC classes, you can instance a new NodeMaster by calling afc_nodemaster_new() and free it with afc_nodemaster_delete()

To add elements to the array, use afc_nodemaster_add() to delete all elements call afc_nodemaster_clear() and to delete just one of them there is afc_nodemaster_del() .