|
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_type > | union_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) |
bool | operator>> (TAO_InputCDR &cdr, CORBA::TypeCode_ptr &tc) |
Variables |
CORBA::ULong const | TYPECODE_INDIRECTION = 0xffffffff |