CORBA::Any_out.
More...
#include <Any.h>
List of all members.
Detailed Description
CORBA::Any_out.
The _out class for CORBA::Any. This is used to help in managing the out parameters.
Definition at line 240 of file Any.h.
Constructor & Destructor Documentation
CORBA::Any_out::Any_out |
( |
const Any_out & |
s |
) |
|
Member Function Documentation
CORBA::Any_out::operator Any *& |
( |
|
) |
|
Assignment from a Any.
Definition at line 348 of file Any.inl.
{
this->ptr_ = s;
return *this;
}
void CORBA::Any_out::operator= |
( |
const Any_var & |
|
) |
[private] |
Assignment from _var disallowed.
Assignment from a Any_out.
Definition at line 341 of file Any.inl.
{
this->ptr_ = s.ptr_;
return *this;
}
Return underlying instance.
Definition at line 361 of file Any.inl.
Member Data Documentation
Instance.
Definition at line 267 of file Any.h.
The documentation for this class was generated from the following files: