This class implements a proctor that, unless its release method has previously been invoked, automatically releases a reference held by the bslma::SharedPtrRep object that is supplied at construction.
Synopsis
Declared in <bslstl_sharedptr.h>
class SharedPtr_RepProctor;
Member Functions
Name |
Description |
|
Create a |
|
Destroy this |
Release from management the object currently managed by this proctor. If no object is currently being managed, this method has no effect. |
Created with MrDocs