#include "ace/config-all.h"
#include "tao/orbconf.h"
Include dependency graph for Servant_var.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | PortableServer |
Classes | |
class | PortableServer::Servant_var< T > |
Provides a type safe counted reference to servants. More... | |
Functions | |
template<class X, class Y> | |
bool | PortableServer::operator== (Servant_var< X > const &x, Servant_var< Y > const &y) |
Compare two Servant_vars for equivalence. | |
template<class X, class Y> | |
bool | PortableServer::operator!= (Servant_var< X > const &x, Servant_var< Y > const &y) |
Compare two Servant_vars for non-equivalence. |
Carlos O'Ryan <coryan@atdesk.com>
Definition in file Servant_var.h.