Quick Links:

bal | bbl | bdl | bsl

Public Types | Public Member Functions

bsl::List_NodeProctor< VALUE, ALLOCATOR > Class Template Reference
[Component bslstl_list]

#include <bslstl_list.h>

List of all members.

Public Types

typedef AllocTraits::pointer NodePtr

Public Member Functions

 List_NodeProctor (list< VALUE, ALLOCATOR > *listPtr, NodePtr nodePtr)
 ~List_NodeProctor ()
void release ()

Detailed Description

template<class VALUE, class ALLOCATOR>
class bsl::List_NodeProctor< VALUE, ALLOCATOR >

This class provides a proctor to free a node containing an uninitialized VALUE object in the event that an exception is thrown.

See Component bslstl_list


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