#include <Any.h>
Public Member Functions | |
to_value (ValueBase *&base) | |
Public Attributes | |
ValueBase *& | ref_ |
|
Definition at line 172 of file Any.cpp.
00173 : ref_ (obj) 00174 { 00175 } |
|
Definition at line 132 of file Any.h. Referenced by CORBA::Any::operator>>=(). |