User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Lists - ostream & operator <<(ostream & s,const IntrDListC<DataT> & list)
 

   ostream & operator <<(ostream & s,const IntrDListC<DataT> & list)    
 
Double-linked circular list
 
include "Ravl/InDList.hh"
User Level:Advanced
Library:RavlCore
In Scope:RavlN

The IntrDListC class represents intrusive double-linked list of elements The list contains a head element and a chain of elements. Empty list contains just its head element. Because of efficiency references to elements of a list are not checked if they are proper elements of a list or its head. The class serves as a base class for more complex dynamic structures as graphs.

NB. This is a SMALL object.
Maintainer:Radek Marik, Charles Galambos, Documentation by CxxDoc: Tue Aug 13 10:00:21 2002