|
BDE 4.39.x Production Release
|
#include <bslstl_list.h>
PRIVATE CLASS TEMPLATE. For use only by bsl::list implementation. An instance of List_Node<T> is a single node in a doubly-linked list used to implement bsl::list<T,A>, for a given element type T and allocator type A.
class for a given bsl::list is independent of the allocator type.See bslstl_list
Friends | |
| template<class LIST_VALUE , class LIST_ALLOCATOR > | |
| class | list |
| template<class ITER_VALUE > | |
| class | List_Iterator |