Home
last modified time | relevance | path

Searched defs:DoubleLinkedList (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/glteapot/
H A Dutil.h388 struct DoubleLinkedList : public DoubleLinkedNode<thetype> struct
390 DoubleLinkedList() : DoubleLinkedNode<thetype>() {}; in DoubleLinkedList() function
392 void insert(thetype* n) in insert()
398 void add(thetype* n) in add()