PeerHood double-linked list template class. The functionality of this template is almost the same as the STL versions. The most fundamental differences are somewhat reduced method set and lower memory consumption. Other considerable differences are that a list item is deleted automatically when it's erased from the list or the entire list is deleted. Also the list type can be only a pointer, not a defined data type like an integer. This template is used internally by the PeerHood system when delivering neighborhood info via the PeerHood library. Users should not use this class directly!
PeerHood double-linked list template class. The functionality of this template is almost the same as the STL versions. The most fundamental differences are somewhat reduced method set and lower memory consumption. Other considerable differences are that a list item is deleted automatically when it's erased from the list or the entire list is deleted. Also the list type can be only a pointer, not a defined data type like an integer. This template is used internally by the PeerHood system when delivering neighborhood info via the PeerHood library. Users should not use this class directly!
Alphabetic index HTML hierarchy of classes or Java