TAO 4.0.2
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Stub.h File Reference
#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>
 

Detailed Description

Author
Portions Copyright 1994-1995 by Sun Microsystems Inc.
Portions Copyright 1997-2002 by Washington University

Typedef Documentation

◆ TAO_Stub_Auto_Ptr

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