TAO 4.0.2
Loading...
Searching...
No Matches
Classes | Typedefs
ORB_Core_Auto_Ptr.h File Reference
#include <memory>

Classes

struct  TAO_ORB_Core_Decr_Refcnt
 

Typedefs

using TAO_ORB_Core_Auto_Ptr = std::unique_ptr<TAO_ORB_Core, TAO_ORB_Core_Decr_Refcnt>
 

Detailed Description

Author
DOC Center - Washington University at St. Louis
DOC Laboratory - University of California at Irvine

Typedef Documentation

◆ TAO_ORB_Core_Auto_Ptr

TAO_ORB_Core_Auto_Ptr will decrement the refcount when going our of scope using std::unique_ptr and a custom deleter