Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TypeCode_CDR_Extraction.cpp File Reference

#include "TypeCode_CDR_Extraction.h"
#include "TypeCode_Constants.h"
#include "True_RefCount_Policy.h"
#include "Alias_TypeCode.h"
#include "Enum_TypeCode.h"
#include "Fixed_TypeCode.h"
#include "Objref_TypeCode.h"
#include "Sequence_TypeCode.h"
#include "String_TypeCode.h"
#include "Struct_TypeCode.h"
#include "Union_TypeCode.h"
#include "Value_TypeCode.h"
#include "Any.h"
#include "Recursive_Type_TypeCode.h"
#include "TypeCode_Case_T.h"
#include "TypeCode_Struct_Field.h"
#include "TypeCode_Value_Field.h"
#include "tao/CDR.h"
#include "ace/Array_Base.h"
#include "ace/Value_Ptr.h"

Include dependency graph for TypeCode_CDR_Extraction.cpp:

Include dependency graph

Namespaces

namespace  TAO
namespace  TAO::TypeCodeFactory

Classes

struct  TAO::TypeCodeFactory::TC_Info

Typedefs

typedef ACE_Array_Base< TC_Info > TC_Info_List
typedef ACE::Value_Ptr< TAO::TypeCode::Case<
CORBA::String_var, CORBA::TypeCode_var > > 
union_elem_type
typedef ACE_Array_Base< union_elem_typeunion_case_array_type

Functions

bool start_cdr_encap_extraction (TAO_InputCDR &cdr)
bool tc_demarshal (TAO_InputCDR &cdr, CORBA::TypeCode_ptr &tc, TAO::TypeCodeFactory::TC_Info_List &infos)
 Demarshal a TypeCode.
bool tc_demarshal_indirection (TAO_InputCDR &cdr, CORBA::TypeCode_ptr &tc, TAO::TypeCodeFactory::TC_Info_List &infos)
 Demarshal an indirected TypeCode.
bool find_recursive_tc (char const *id, CORBA::TypeCode_ptr &tc, TAO::TypeCodeFactory::TC_Info_List &infos)
bool tc_demarshal (TAO_InputCDR &cdr, CORBA::TypeCode_ptr &tc, TAO::TypeCodeFactory::TC_Info_List &infos)
bool tc_demarshal_indirection (TAO_InputCDR &cdr, CORBA::TypeCode_ptr &tc, TAO::TypeCodeFactory::TC_Info_List &infos)
CORBA::Boolean operator>> (TAO_InputCDR &cdr, CORBA::TypeCode_ptr &tc)

Variables

CORBA::ULong const TYPECODE_INDIRECTION = 0xffffffff

Typedef Documentation

typedef ACE_Array_Base< TC_Info > TAO::TypeCodeFactory::TC_Info_List
 

typedef ACE_Array_Base<union_elem_type> union_case_array_type [static]
 

typedef ACE::Value_Ptr<TAO::TypeCode::Case<CORBA::String_var, CORBA::TypeCode_var> > union_elem_type [static]
 


Function Documentation

bool find_recursive_tc char const *  id,
CORBA::TypeCode_ptr tc,
TAO::TypeCodeFactory::TC_Info_List infos
[static]
 

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

bool start_cdr_encap_extraction TAO_InputCDR cdr  )  [static]
 

bool tc_demarshal TAO_InputCDR cdr,
CORBA::TypeCode_ptr tc,
TAO::TypeCodeFactory::TC_Info_List infos
[static]
 

bool tc_demarshal TAO_InputCDR cdr,
CORBA::TypeCode_ptr tc,
TAO::TypeCodeFactory::TC_Info_List infos
[static]
 

Demarshal a TypeCode.

bool tc_demarshal_indirection TAO_InputCDR cdr,
CORBA::TypeCode_ptr tc,
TAO::TypeCodeFactory::TC_Info_List infos
[static]
 

Todo:
Recursive TypeCode demarshaling is currently suboptimal due to redundant demarshaling of TypeCode parameters, such as repository ID, and excessive allocations/copying.

bool tc_demarshal_indirection TAO_InputCDR cdr,
CORBA::TypeCode_ptr tc,
TAO::TypeCodeFactory::TC_Info_List infos
[static]
 

Demarshal an indirected TypeCode.


Variable Documentation

CORBA::ULong const TYPECODE_INDIRECTION = 0xffffffff [static]
 


Generated on Thu Feb 16 03:52:41 2006 for TAO_AnyTypeCode by  doxygen 1.3.9.1