Developer Documentation |
RAVL, Recognition And Vision Library |
USER | HOME PAGE | CLASS LIST | CONTENTS |
Ravl - Core - Lists - BinIStreamC & operator >>(BinIStreamC &,DListBodyC<DataT> &) |
BinIStreamC & operator >>(BinIStreamC &,DListBodyC<DataT> &) | |
Double linked list body. | |
include | "Ravl/DList.hh" |
Source file: | Ravl/Core/Container/DList/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.
Maintainer:Radek Marik, Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:57 2002 |