Quick Links:

bal | bbl | bdl | bsl

Friends

bsl::List_Node< VALUE > Class Template Reference
[Component bslstl_list]

#include <bslstl_list.h>

List of all members.

Friends

class list
class List_Iterator

Detailed Description

template<class VALUE>
class bsl::List_Node< VALUE >

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 Component bslstl_list


The documentation for this class was generated from the following file: