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.
Definition at line 186 of file Any.h.
Constructor & Destructor Documentation
CORBA::Any_var::Any_var |
( |
void |
|
) |
|
CORBA::Any_var::Any_var |
( |
const Any_var & |
r |
) |
|
CORBA::Any_var::~Any_var |
( |
void |
|
) |
|
Member Function Documentation
const CORBA::Any & CORBA::Any_var::in |
( |
void |
|
) |
const |
For in Any parameter.
Definition at line 54 of file Any.inl.
For inout Any parameter.
Definition at line 60 of file Any.inl.
CORBA::Any_var::operator Any *& |
( |
|
) |
|
CORBA::Any_var::operator const Any * |
( |
|
) |
const |
Arrow operator (smart pointer).
Definition at line 48 of file Any.inl.
Assignment from an Any_var This operation requires memory allocation. If the allocation fails, *this is returned unmodified.
Definition at line 235 of file Any.cpp.
Definition at line 223 of file Any.cpp.
{
if (this->ptr_ != p)
{
delete this->ptr_;
this->ptr_ = p;
}
return *this;
}
For out Any parameter.
Definition at line 66 of file Any.inl.
TAO specific extension.
Definition at line 82 of file Any.inl.
Member Data Documentation
The documentation for this class was generated from the following files: