Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

CORBA_Any_out Class Reference

CORBA_Any_out. More...

#include <Any.h>

Collaboration diagram for CORBA_Any_out:

Collaboration graph
[legend]
List of all members.

Public Methods

 CORBA_Any_out (CORBA_Any *&p)
 construction from a reference to a CORBA_Any. More...

 CORBA_Any_out (CORBA_Any_var &p)
 construction from a var. More...

 CORBA_Any_out (const CORBA_Any_out &s)
 copy constructor. More...

CORBA_Any_out & operator= (const CORBA_Any_out &s)
 assignment from a CORBA_Any_out. More...

CORBA_Any_out & operator= (CORBA_Any *p)
 assignment from a CORBA_Any. More...

 operator CORBA_Any *& ()
 cast. More...

CORBA_Any *& ptr (void)
 return underlying instance. More...

CORBA_Anyoperator-> (void)

Private Methods

void operator= (const CORBA_Any_var &)
 assignment from _var disallowed. More...


Private Attributes

CORBA_Any *& ptr_
 Instance. More...


Detailed Description

CORBA_Any_out.

The _out class for CORBA_Any. This is used to help in managing the out parameters.


Constructor & Destructor Documentation

ACE_INLINE CORBA_Any_out::CORBA_Any_out CORBA_Any *&    s
 

construction from a reference to a CORBA_Any.

ACE_INLINE CORBA_Any_out::CORBA_Any_out CORBA_Any_var   s
 

construction from a var.

ACE_INLINE CORBA_Any_out::CORBA_Any_out const CORBA_Any_out &    s
 

copy constructor.


Member Function Documentation

ACE_INLINE CORBA_Any_out::operator CORBA_Any *&  
 

cast.

ACE_INLINE CORBA_Any * CORBA_Any_out::operator-> void   
 

void CORBA_Any_out::operator= const CORBA_Any_var   [private]
 

assignment from _var disallowed.

ACE_INLINE CORBA_Any_out & CORBA_Any_out::operator= CORBA_Any   s
 

assignment from a CORBA_Any.

ACE_INLINE CORBA_Any_out & CORBA_Any_out::operator= const CORBA_Any_out &    s
 

assignment from a CORBA_Any_out.

ACE_INLINE CORBA_Any *& CORBA_Any_out::ptr void   
 

return underlying instance.


Member Data Documentation

CORBA_Any*& CORBA_Any_out::ptr_ [private]
 

Instance.


The documentation for this class was generated from the following files:
Generated on Thu Oct 10 18:17:48 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001