Quick Index
White Paper
English Version
Versione Italiana
Amiga Guide

Avaible Classes
BeBox
Bitmapper
DirList
Displayer
Hardsprite
IFFParser
Localer
Mgui
Mousepointer
NodeMaster
parser
ReqTooller
Rexxer
StringNode
Super_Picture
Tasker
ToolType
Worldbuilder

Other Modules
AFCTools
Explain_Exception
validPortName


Other Services
Contribute to AFC Project
The AFC Mailing List
Actual AFC Programmers


Amiga Foundation Classes is a free service of Fabio Rotondo and Andrea Galimberti.

This page has been accessed

times!

NodeMaster

Amiga Guide Documentation Requires: Nothing. V3.40
E Class (Module) Version E Examples Sources Examples (Binaries)
StormC Class SAS/C Class
Complete Archive
NodeMaster is a generic classto easily handle and create lists of whatever you want. Its generic structureis ideal for polymorphism and inheritance in other objects. This objectjust take care of creating Exec Lists andNodes of something you pass to it (we willcall it "object") and then it has great power in Listsmanipulation. You can easily add/del nodes from the list, go toa specific item by its ordinal number and so on... 
I have worked out this module structuring it on AmigaExec's Nodes. This means that everything you will add/removeto a NodeMaster will be done on a System List Node. 
This code is very Exec List-based, so you can do whatever you want.

© 1997 Amiga Foundation Classes