libhatchet
Loading...
Searching...
No Matches
hxlist.hpp File Reference

Go to the source code of this file.

Classes

class  hxlist_node
class  hxlist< T, deleter_t_ >
class  hxlist< T, deleter_t_ >::const_iterator
class  hxlist< T, deleter_t_ >::iterator

Detailed Description

An embedded doubly linked list with intrusive node linkage.

This is the same as hxconstexpr_list except that it does not work with constexpr as it uses pointer arithmetic to save one pointer per-node.