TAO_SmartProxies  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TAO_Smart_Proxy_Base Class Reference

A base class for all TAO_IDL generated smart proxy base classes. More...

#include <Smart_Proxies.h>

Inheritance diagram for TAO_Smart_Proxy_Base:
Inheritance graph
Collaboration diagram for TAO_Smart_Proxy_Base:
Collaboration graph

Public Member Functions

virtual ~TAO_Smart_Proxy_Base (void)
 Destructor. More...
 

Protected Member Functions

 TAO_Smart_Proxy_Base (void)
 Constructor. More...
 
 TAO_Smart_Proxy_Base (CORBA::Object_ptr proxy)
 Constructor. More...
 
- Protected Member Functions inherited from CORBA::LocalObject
 Object (int dummy=0)
 
TAO::Object_Proxy_Brokerproxy_broker () const
 

Protected Attributes

CORBA::Object_var base_proxy_
 The proxy to which remote/collocated calls are made. More...
 

Additional Inherited Members

- Public Types inherited from CORBA::LocalObject
typedef Object_ptr _ptr_type
 
typedef Object_var _var_type
 
typedef Object_out _out_type
 
- Static Public Member Functions inherited from CORBA::LocalObject
static CORBA::Boolean marshal (const Object_ptr x, TAO_OutputCDR &cdr)
 
static void _tao_any_destructor (void *)
 
static CORBA::Boolean is_nil_i (CORBA::Object_ptr obj)
 
static void tao_object_initialize (Object *)
 
static CORBA::Object_ptr _duplicate (CORBA::Object_ptr obj)
 
static CORBA::Object_ptr _nil (void)
 
static CORBA::Object_ptr _narrow (CORBA::Object_ptr obj)
 

Detailed Description

A base class for all TAO_IDL generated smart proxy base classes.

Contains the _var pointer to the real proxy.

Constructor & Destructor Documentation

TAO_Smart_Proxy_Base::~TAO_Smart_Proxy_Base ( void  )
virtual

Destructor.

TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base ( void  )
protected

Constructor.

TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base ( CORBA::Object_ptr  proxy)
protected

Constructor.

Member Data Documentation

CORBA::Object_var TAO_Smart_Proxy_Base::base_proxy_
protected

The proxy to which remote/collocated calls are made.


The documentation for this class was generated from the following files: