BDE 4.14.0 Production release
|
#include <bslstl_list.h>
Friends | |
template<class LIST_VALUE , class LIST_ALLOCATOR > | |
class | list |
template<class ITER_VALUE > | |
class | List_Iterator |
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
. Note that an instantiation of this class
for a given bsl::list
is independent of the allocator type.
See bslstl_list