User Documentation |
RAVL, Recognition And Vision Library |
DEVELOP | HOME PAGE | CLASS LIST | CONTENTS |
Ravl - Core - Lists - DListBodyC<class DataT> |
DListBodyC<class DataT> | |
Double linked list body. | |
include | "Ravl/DList.hh" |
User Level: | Develop |
Library: | RavlCore |
Example: | exDList.cc |
In Scope: | RavlN |
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.
Parent Classes:
#include "Ravl/DLink.hh" |
#include "Ravl/RefCounter.hh" |
Maintainer:Radek Marik, Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002 |