template<class T> class CPHList

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!

Documentation

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!

This class has no child classes.
See Also:
CPHIterator
CPHListItem

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.