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

TypeCode_Constants.cpp File Reference

#include "TypeCode_Constants.h"
#include "Null_RefCount_Policy.h"
#include "Empty_Param_TypeCode.h"
#include "Objref_TypeCode_Static.h"
#include "String_TypeCode_Static.h"

Include dependency graph for TypeCode_Constants.cpp:

Include dependency graph

Namespaces

namespace  TAO
namespace  TAO::TypeCode
namespace  CORBA

TypeCode Constants

All the TypeCode constants

TypeCode_ptr const _tc_null = &TAO::TypeCode::tc_null
TypeCode_ptr const _tc_void = &TAO::TypeCode::tc_void
TypeCode_ptr const _tc_boolean = &TAO::TypeCode::tc_boolean
TypeCode_ptr const _tc_char = &TAO::TypeCode::tc_char
TypeCode_ptr const _tc_wchar = &TAO::TypeCode::tc_wchar
TypeCode_ptr const _tc_short = &TAO::TypeCode::tc_short
TypeCode_ptr const _tc_ushort = &TAO::TypeCode::tc_ushort
TypeCode_ptr const _tc_long = &TAO::TypeCode::tc_long
TypeCode_ptr const _tc_ulong = &TAO::TypeCode::tc_ulong
TypeCode_ptr const _tc_longlong = &TAO::TypeCode::tc_longlong
TypeCode_ptr const _tc_ulonglong = &TAO::TypeCode::tc_ulonglong
TypeCode_ptr const _tc_float = &TAO::TypeCode::tc_float
TypeCode_ptr const _tc_double = &TAO::TypeCode::tc_double
TypeCode_ptr const _tc_longdouble = &TAO::TypeCode::tc_longdouble
TypeCode_ptr const _tc_octet = &TAO::TypeCode::tc_octet
TypeCode_ptr const _tc_any = &TAO::TypeCode::tc_any
TypeCode_ptr const _tc_Principal = &TAO::TypeCode::tc_Principal
TypeCode_ptr const _tc_string = &TAO::TypeCode::tc_string
TypeCode_ptr const _tc_wstring = &TAO::TypeCode::tc_wstring
TypeCode_ptr const _tc_Object = &TAO::TypeCode::tc_Object
TypeCode_ptr const _tc_Component = &TAO::TypeCode::tc_Component
TypeCode_ptr const _tc_Home = &TAO::TypeCode::tc_Home

Variables

Empty_Param tc_null (CORBA::tk_null)
Empty_Param tc_void (CORBA::tk_void)
Empty_Param tc_boolean (CORBA::tk_boolean)
Empty_Param tc_char (CORBA::tk_char)
Empty_Param tc_wchar (CORBA::tk_wchar)
Empty_Param tc_short (CORBA::tk_short)
Empty_Param tc_ushort (CORBA::tk_ushort)
Empty_Param tc_long (CORBA::tk_long)
Empty_Param tc_ulong (CORBA::tk_ulong)
Empty_Param tc_longlong (CORBA::tk_longlong)
Empty_Param tc_ulonglong (CORBA::tk_ulonglong)
Empty_Param tc_float (CORBA::tk_float)
Empty_Param tc_double (CORBA::tk_double)
Empty_Param tc_longdouble (CORBA::tk_longdouble)
Empty_Param tc_octet (CORBA::tk_octet)
Empty_Param tc_any (CORBA::tk_any)
Empty_Param tc_TypeCode (CORBA::tk_TypeCode)
Empty_Param tc_Principal (CORBA::tk_Principal)
String< TAO::Null_RefCount_Policytc_string (CORBA::tk_string, 0)
String< TAO::Null_RefCount_Policytc_wstring (CORBA::tk_wstring, 0)
char const tc_object_id [] = "IDL:omg.org/CORBA/Object:1.0"
char const tc_object_name [] = "Object"
Objref< char const *, TAO::Null_RefCount_Policytc_Object (CORBA::tk_objref, tc_object_id, tc_object_name)
char const tc_component_id [] = "IDL:omg.org/CORBA/CCMObject:1.0"
char const tc_component_name [] = "CCMObject"
Objref< char const *, TAO::Null_RefCount_Policytc_Component (CORBA::tk_component, tc_component_id, tc_component_name)
char const tc_home_id [] = "IDL:omg.org/CORBA/CCMHome:1.0"
char const tc_home_name [] = "CCMHome"
Objref< char const *, TAO::Null_RefCount_Policytc_Home (CORBA::tk_home, tc_home_id, tc_home_name)

Variable Documentation

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_any = &TAO::TypeCode::tc_any
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_boolean = &TAO::TypeCode::tc_boolean
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_char = &TAO::TypeCode::tc_char
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_Component = &TAO::TypeCode::tc_Component
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_double = &TAO::TypeCode::tc_double
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_float = &TAO::TypeCode::tc_float
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_Home = &TAO::TypeCode::tc_Home
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_long = &TAO::TypeCode::tc_long
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_longdouble = &TAO::TypeCode::tc_longdouble
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_longlong = &TAO::TypeCode::tc_longlong
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_null = &TAO::TypeCode::tc_null
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_Object = &TAO::TypeCode::tc_Object
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_octet = &TAO::TypeCode::tc_octet
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_Principal = &TAO::TypeCode::tc_Principal
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_short = &TAO::TypeCode::tc_short
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_string = &TAO::TypeCode::tc_string
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_ulong = &TAO::TypeCode::tc_ulong
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_ulonglong = &TAO::TypeCode::tc_ulonglong
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_ushort = &TAO::TypeCode::tc_ushort
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_void = &TAO::TypeCode::tc_void
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_wchar = &TAO::TypeCode::tc_wchar
 

TAO_AnyTypeCode_Export TypeCode_ptr const CORBA::_tc_wstring = &TAO::TypeCode::tc_wstring
 

Empty_Param TAO::TypeCode::tc_any(CORBA::tk_any)
 

Empty_Param TAO::TypeCode::tc_boolean(CORBA::tk_boolean)
 

Empty_Param TAO::TypeCode::tc_char(CORBA::tk_char)
 

Objref<char const *, TAO::Null_RefCount_Policy> TAO::TypeCode::tc_Component(CORBA::tk_component, tc_component_id, tc_component_name)
 

char const TAO::TypeCode::tc_component_id[] = "IDL:omg.org/CORBA/CCMObject:1.0"
 

char const TAO::TypeCode::tc_component_name[] = "CCMObject"
 

Empty_Param TAO::TypeCode::tc_double(CORBA::tk_double)
 

Empty_Param TAO::TypeCode::tc_float(CORBA::tk_float)
 

Objref<char const *, TAO::Null_RefCount_Policy> TAO::TypeCode::tc_Home(CORBA::tk_home, tc_home_id, tc_home_name)
 

char const TAO::TypeCode::tc_home_id[] = "IDL:omg.org/CORBA/CCMHome:1.0"
 

char const TAO::TypeCode::tc_home_name[] = "CCMHome"
 

Empty_Param TAO::TypeCode::tc_long(CORBA::tk_long)
 

Empty_Param TAO::TypeCode::tc_longdouble(CORBA::tk_longdouble)
 

Empty_Param TAO::TypeCode::tc_longlong(CORBA::tk_longlong)
 

Empty_Param TAO::TypeCode::tc_null(CORBA::tk_null)
 

Objref<char const *, TAO::Null_RefCount_Policy> TAO::TypeCode::tc_Object(CORBA::tk_objref, tc_object_id, tc_object_name)
 

char const TAO::TypeCode::tc_object_id[] = "IDL:omg.org/CORBA/Object:1.0"
 

char const TAO::TypeCode::tc_object_name[] = "Object"
 

Empty_Param TAO::TypeCode::tc_octet(CORBA::tk_octet)
 

Empty_Param TAO::TypeCode::tc_Principal(CORBA::tk_Principal)
 

Empty_Param TAO::TypeCode::tc_short(CORBA::tk_short)
 

String<TAO::Null_RefCount_Policy> TAO::TypeCode::tc_string(CORBA::tk_string, 0)
 

Empty_Param TAO::TypeCode::tc_TypeCode(CORBA::tk_TypeCode)
 

Empty_Param TAO::TypeCode::tc_ulong(CORBA::tk_ulong)
 

Empty_Param TAO::TypeCode::tc_ulonglong(CORBA::tk_ulonglong)
 

Empty_Param TAO::TypeCode::tc_ushort(CORBA::tk_ushort)
 

Empty_Param TAO::TypeCode::tc_void(CORBA::tk_void)
 

Empty_Param TAO::TypeCode::tc_wchar(CORBA::tk_wchar)
 

String<TAO::Null_RefCount_Policy> TAO::TypeCode::tc_wstring(CORBA::tk_wstring, 0)
 


Generated on Tue Dec 20 23:31:09 2005 for TAO_AnyTypeCode by  doxygen 1.3.9.1