TypeCode.h File Reference

#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h"
#include "tao/AnyTypeCode/AnyTypeCode_methods.h"
#include "tao/AnyTypeCode/ValueModifierC.h"
#include "tao/AnyTypeCode/VisibilityC.h"
#include "tao/UserException.h"
#include "tao/Basic_Types.h"
#include "tao/Typecode_typesC.h"
#include "tao/Any_Insert_Policy_T.h"
#include "tao/CORBA_methods.h"
#include "tao/Pseudo_VarOut_T.h"
#include "tao/Object_Argument_T.h"
#include "tao/Arg_Traits_T.h"
#include "tao/Objref_VarOut_T.h"
#include "tao/AnyTypeCode/TypeCode.inl"

Include dependency graph for TypeCode.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  CORBA
namespace  TAO
namespace  TAO::TypeCode

Defines

#define TAO_EXPORT_MACRO   TAO_AnyTypeCode_Export

Functions

TAO_AnyTypeCode_Export CORBA::Boolean operator<< (TAO_OutputCDR &cdr, const CORBA::TypeCode_ptr tc)
TAO_AnyTypeCode_Export CORBA::Boolean operator>> (TAO_InputCDR &cdr, CORBA::TypeCode_ptr &tc)


Detailed Description

Id
TypeCode.h 78809 2007-07-06 10:24:12Z parsons

Header file the CORBA::TypeCode class.

Author:
Ossama Othman <ossama@dre.vanderbilt.edu>

DOC group at Vanderbilt University, Washington University and the University of California at Irvine.

Definition in file TypeCode.h.


Define Documentation

#define TAO_EXPORT_MACRO   TAO_AnyTypeCode_Export
 

Definition at line 44 of file TypeCode.h.


Function Documentation

TAO_AnyTypeCode_Export CORBA::Boolean operator<< TAO_OutputCDR cdr,
const CORBA::TypeCode_ptr  tc
 

Definition at line 352 of file TypeCode.cpp.

00354 {
00355   return TAO::TypeCode::marshal (cdr, tc, 0);
00356 }

TAO_AnyTypeCode_Export CORBA::Boolean operator>> TAO_InputCDR cdr,
CORBA::TypeCode_ptr tc
 

Definition at line 1407 of file TypeCode_CDR_Extraction.cpp.

References tc_demarshal(), and TAO::TypeCodeFactory::TC_Info_List.

01408 {
01409   TAO::TypeCodeFactory::TC_Info_List infos;
01410 
01411   return tc_demarshal (cdr, tc, infos);
01412 }


Generated on Sun Jan 27 13:21:40 2008 for TAO_AnyTypeCode by doxygen 1.3.6