BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::List_Node< VALUE > Class Template Reference

#include <bslstl_list.h>

Friends

template<class LIST_VALUE , class LIST_ALLOCATOR >
class list
 
template<class ITER_VALUE >
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 bslstl_list

Friends And Related Symbol Documentation

◆ list

template<class VALUE >
template<class LIST_VALUE , class LIST_ALLOCATOR >
friend class list
friend

◆ List_Iterator

template<class VALUE >
template<class ITER_VALUE >
friend class List_Iterator
friend

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