EC_Lifetime_Utils_T.inl File Reference

#include <algorithm>

Include dependency graph for EC_Lifetime_Utils_T.inl:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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


Function Documentation

template<class X, class Y>
ACE_INLINE bool operator!= ( TAO_EC_Servant_Var< X > const &  x,
TAO_EC_Servant_Var< Y > const &  y 
)

Compare two TAO_EC_Servant_Vars for non-equivalence.

Definition at line 327 of file EC_Lifetime_Utils_T.inl.

References TAO_EC_Servant_Var< T >::in().

00329 {
00330   return x.in() != y.in();
00331 }

template<class X, class Y>
ACE_INLINE bool operator== ( TAO_EC_Servant_Var< X > const &  x,
TAO_EC_Servant_Var< Y > const &  y 
)

Compare two TAO_EC_Servant_Vars for equivalence.

Definition at line 319 of file EC_Lifetime_Utils_T.inl.

References TAO_EC_Servant_Var< T >::in().

00321 {
00322   return x.in() == y.in();
00323 }


Generated on Tue Feb 2 17:44:13 2010 for TAO_RTEvent by  doxygen 1.4.7