TAO 4.0.2
|
#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> |
using TAO_ORB_Core_Auto_Ptr = std::unique_ptr<TAO_ORB_Core, TAO_ORB_Core_Decr_Refcnt> |
TAO_ORB_Core_Auto_Ptr will decrement the refcount when going our of scope using std::unique_ptr and a custom deleter