CORBA::Any_var Class Reference
Provide for automatic storage deallocation on going out of scope.
More...
#include <Any.h>
List of all members.
Detailed Description
Provide for automatic storage deallocation on going out of scope.
Constructor & Destructor Documentation
CORBA::Any_var::Any_var |
( |
void |
|
) |
[inline] |
CORBA::Any_var::Any_var |
( |
CORBA::Any * |
p |
) |
[inline] |
CORBA::Any_var::Any_var |
( |
const Any_var & |
r |
) |
|
CORBA::Any_var::~Any_var |
( |
void |
|
) |
[inline] |
Member Function Documentation
CORBA::Any * CORBA::Any_var::_retn |
( |
void |
|
) |
[inline] |
const CORBA::Any & CORBA::Any_var::in |
( |
void |
|
) |
const [inline] |
CORBA::Any & CORBA::Any_var::inout |
( |
void |
|
) |
[inline] |
CORBA::Any_var::operator Any *& |
( |
|
) |
|
CORBA::Any_var::operator const Any * |
( |
|
) |
const |
CORBA::Any * CORBA::Any_var::operator-> |
( |
void |
|
) |
[inline] |
Arrow operator (smart pointer).
Assignment from an Any_var This operation requires memory allocation. If the allocation fails, *this is returned unmodified.
CORBA::Any *& CORBA::Any_var::out |
( |
void |
|
) |
[inline] |
CORBA::Any * CORBA::Any_var::ptr |
( |
void |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following files: