#include "ccobject.h"
Go to the source code of this file.
Classes | |
class | ListItem |
A list item is an abstract class which is used to derive all objects which are linked together in lists. It has no member functions because all useful operations are defined in the List class. The reason for doing this is that list operations may need to alter the list header. More... |