This class provides a proctor to free a node containing an uninitialized VALUE object in the event that an exception is thrown.
Synopsis
Declared in <bslstl_list.h>
template<
class VALUE,
class ALLOCATOR>
class List_NodeProctor;
Type Aliases
Name |
Description |
Pointer to a list node allocated by this proctor's list. |
Member Functions
Name |
Description |
|
Create a node proctor object that will use the specified list |
|
Destroy this node proctor, and free the node it contains unless the |
Detach the node contained in this proctor from the proctor. After calling this |
Created with MrDocs