#include "tao/AnyTypeCode/TypeCode.h"
#include "tao/CDR.h"
#include "tao/ORB_Constants.h"
#include "tao/debug.h"
#include "tao/SystemException.h"
#include "ace/OS_NS_string.h"
Go to the source code of this file.
Namespaces | |
namespace | TAO |
Define symbolic names for the ORB collocation strategies. | |
Functions | |
CORBA::Boolean | operator<< (TAO_OutputCDR &cdr, const CORBA::TypeCode_ptr tc) |
CORBA::Boolean operator<< | ( | TAO_OutputCDR & | cdr, | |
const CORBA::TypeCode_ptr | tc | |||
) |
Definition at line 352 of file TypeCode.cpp.
{ return TAO::TypeCode::marshal (cdr, tc, 0); }