Classes | Typedefs | Functions

TAO::Utils Namespace Reference

Classes

struct  Implicit_Deactivation_Functor
 Implements a functor for the Implicit_Deactivator class. More...
struct  ORB_Destroyer_Functor
 Implements a functor for the ORB_Destroyer class. More...
class  PolicyList_Destroyer
 Automatically destroy all the policies set in a PolicyList. More...
class  RIR_Narrow
 Helper class to obtain an initial reference and narrow it to the proper object reference. More...
class  Servant_Var
 Provides a type safe counted reference to servants. More...
class  Server_Main

Typedefs

typedef
ACE_Utils::Auto_Functor
< PortableServer::ServantBase,
Implicit_Deactivation_Functor
Implicit_Deactivator
typedef
ACE_Utils::Auto_Functor
< CORBA::ORB,
ORB_Destroyer_Functor
ORB_Destroyer

Functions

template<class X , class Y >
bool operator== (Servant_Var< X > const &x, Servant_Var< Y > const &y)
 Compare two Servant_Vars for equivalence.
template<class X , class Y >
bool operator!= (Servant_Var< X > const &x, Servant_Var< Y > const &y)
 Compare two Servant_Vars for non-equivalence.

Typedef Documentation

Definition at line 54 of file Implicit_Deactivator.h.

Definition at line 53 of file ORB_Destroyer.h.


Function Documentation

template<class X , class Y >
bool TAO::Utils::operator!= ( Servant_Var< X > const &  x,
Servant_Var< Y > const &  y 
)

Compare two Servant_Vars for non-equivalence.

template<class X , class Y >
bool TAO::Utils::operator== ( Servant_Var< X > const &  x,
Servant_Var< Y > const &  y 
)

Compare two Servant_Vars for equivalence.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines