TAO 2.0.4
Classes | Namespaces | Typedefs | Functions | Variables
Object.h File Reference
#include "tao/IOPC.h"
#include "tao/CORBA_methods.h"
#include "tao/Policy_ForwardC.h"
#include "tao/Pseudo_VarOut_T.h"
#include "tao/Object_Argument_T.h"
#include "tao/Arg_Traits_T.h"
#include "tao/Any_Insert_Policy_T.h"
#include "ace/Atomic_Op.h"
#include "tao/Object.inl"

Classes

class  CORBA::Object
 Implementation of a CORBA object reference. More...
class  TAO::Arg_Traits< CORBA::Object >
struct  TAO::Objref_Traits< CORBA::Object >
struct  TAO::In_Object_Argument_Cloner_T< CORBA::InterfaceDef_ptr >

Namespaces

namespace  TAO
 

Define symbolic names for the ORB collocation strategies.


namespace  CORBA
 

FUZZ: disable check_for_include/.


Typedefs

typedef ContextList * CORBA::ContextList_ptr

Functions

template<>
Boolean CORBA::is_nil (Object_ptr)
CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Object *)
CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Object *&)

Variables

TAO::Object_Proxy_Broker *(* _TAO_Object_Proxy_Broker_Factory_function_pointer )(void)

Detailed Description

Id:
Object.h 93381 2011-02-14 12:28:43Z johnnyw

A "Object" is an entity that can be the target of an invocation using an ORB. All CORBA objects provide this functionality. See the CORBA 3.x specification for details.

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

Function Documentation

CORBA::Boolean operator<< ( TAO_OutputCDR ,
const CORBA::Object  
)
CORBA::Boolean operator>> ( TAO_InputCDR ,
CORBA::Object *&   
)

Variable Documentation

TAO::Object_Proxy_Broker*(* _TAO_Object_Proxy_Broker_Factory_function_pointer)(void)

This function pointer is set only when the Portable server library is present.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines