#include "tao/AnyTypeCode/Any.h"
#include "tao/AnyTypeCode/Any_Basic_Impl.h"
#include "tao/AnyTypeCode/Any_Impl_T.h"
#include "tao/AnyTypeCode/Any_Special_Impl_T.h"
#include "tao/AnyTypeCode/Any_Dual_Impl_T.h"
#include "tao/AnyTypeCode/Any_Unknown_IDL_Type.h"
#include "tao/AnyTypeCode/TypeCode.h"
#include "tao/AnyTypeCode/TypeCode_Constants.h"
#include "tao/CDR.h"
#include "tao/SystemException.h"
#include "ace/Log_Msg.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_wchar.h"
#include "ace/OS_Memory.h"
CORBA::Boolean operator<< | ( | TAO_OutputCDR & | cdr, | |
const CORBA::Any & | any | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
const CORBA::WChar * | ws | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
const char * | s | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::Object_ptr * | objptr | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
const CORBA::Object_ptr | obj | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::TypeCode_ptr * | tc | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::TypeCode_ptr | tc | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::Any * | a | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
const CORBA::Any & | a | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::LongDouble | ld | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::Double | d | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::Float | f | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::ULongLong | ull | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::LongLong | ll | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::ULong | ul | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::Long | l | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::UShort | us | |||
) |
void operator<<= | ( | CORBA::Any & | any, | |
CORBA::Short | s | |||
) |
Typesafe insertion.
CORBA::Boolean operator>> | ( | TAO_InputCDR & | cdr, | |
CORBA::Any & | any | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
CORBA::TypeCode_ptr & | tc | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
const CORBA::WChar *& | ws | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
const CORBA::Char *& | s | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
const CORBA::Any *& | a | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
CORBA::LongDouble & | ld | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
CORBA::Double & | d | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
CORBA::Float & | f | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
CORBA::ULongLong & | ull | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
CORBA::LongLong & | ll | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
CORBA::ULong & | ul | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
CORBA::Long & | l | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
CORBA::UShort & | us | |||
) |
CORBA::Boolean operator>>= | ( | const CORBA::Any & | any, | |
CORBA::Short & | s | |||
) |
Typesafe extraction.