#include "tao/Valuetype/valuetype_export.h"#include "tao/orbconf.h"#include "tao/Valuetype/Value_CORBA_methods.h"#include "tao/Valuetype/Value_VarOut_T.h"#include "tao/Object_Argument_T.h"#include "tao/Arg_Traits_T.h"#include "tao/Any_Insert_Policy_T.h"#include "ace/Basic_Types.h"#include "ace/Synch_Traits.h"#include "ace/Thread_Mutex.h"#include "ace/Atomic_Op.h"#include "ace/Null_Mutex.h"#include "ace/Vector_T.h"#include "tao/Valuetype/ValueBase.inl"

Go to the source code of this file.
Definition in file ValueBase.h.
| #define TAO_EXPORT_MACRO TAO_Valuetype_Export |
Definition at line 42 of file ValueBase.h.
| TAO_Valuetype_Export CORBA::Boolean operator<< | ( | TAO_OutputCDR & | , | |
| const CORBA::ValueBase * | ||||
| ) |
Definition at line 1396 of file ValueBase.cpp.
{
return CORBA::ValueBase::_tao_marshal (
strm,
_tao_valuetype,
reinterpret_cast<ptrdiff_t> (&CORBA::ValueBase::_downcast)
);
}
| TAO_Valuetype_Export CORBA::Boolean operator>> | ( | TAO_InputCDR & | , | |
| CORBA::ValueBase *& | ||||
| ) |
Definition at line 1407 of file ValueBase.cpp.
{
return CORBA::ValueBase::_tao_unmarshal (strm, _tao_valuetype);
}
1.7.0