NAME
OTC_Link -
Base class for real links in a doubly linked list.
SYNOPSIS
#include <OTC/collctn/link.hh>
class OTC_Link : public OTC_Linkable
{
protected:
inline OTC_Link();
~OTC_Link();
};
CLASS TYPE
Abstract
DESCRIPTION
The OTC_Link class is a derived version of OTC_Linkable. If
you wish to place any objects in a list of type OTC_LinkList,
your class will need to be derived from this class.
DESTRUCTION
~OTC_Link();
Results in unlink() being called from
the OTC_Linkable destructor.
NOTES
All instances of classes derived from OTC_Link must be
created on the free store, using new.
SEE ALSO
OTC_Linkable, OTC_Anchor, OTC_LinkIterator
LIBRARY
OTC
AUTHOR(S)
Graham Dumpleton
COPYRIGHT
Copyright 1991 1992 1993 OTC LIMITED
Copyright 1994 DUMPLETON SOFTWARE CONSULTING PTY LIMITED