TAO 4.0.2
|
#include "tao/ORB.h"
#include "tao/MProfile.h"
#include "tao/ORB_Core_Auto_Ptr.h"
#include <atomic>
#include "tao/Stub.inl"
Classes | |
class | TAO_Stub |
TAO_Stub. More... | |
struct | TAO_Stub_Decr_Refcnt |
Namespaces | |
namespace | TAO |
Define symbolic names for the ORB collocation strategies as used at runtime. | |
module | IOP |
Typedefs | |
using | TAO_Stub_Auto_Ptr = std::unique_ptr<TAO_Stub, TAO_Stub_Decr_Refcnt> |
using TAO_Stub_Auto_Ptr = std::unique_ptr<TAO_Stub, TAO_Stub_Decr_Refcnt> |
TAO_Stub_Auto_Ptr will decrement the refcount when going our of scope using std::unique_ptr and a custom deleter