Go to the documentation of this file.00001
00002
00003
00004
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006
00007 ACE_INLINE
00008 TAO::TypeCode::Value<char const *,
00009 CORBA::TypeCode_ptr const *,
00010 TAO::TypeCode::Value_Field<char const *,
00011 CORBA::TypeCode_ptr const *> const *,
00012 TAO::Null_RefCount_Policy>::Value (
00013 CORBA::TCKind kind,
00014 char const * id,
00015 char const * name,
00016 CORBA::ValueModifier modifier,
00017 CORBA::TypeCode_ptr const * concrete_base,
00018 Value_Field<char const *, CORBA::TypeCode_ptr const *> const * fields,
00019 CORBA::ULong nfields)
00020 : ::CORBA::TypeCode (kind)
00021 , ::TAO::Null_RefCount_Policy ()
00022 , base_attributes_ (id, name)
00023 , type_modifier_ (modifier)
00024 , concrete_base_ (concrete_base)
00025 , nfields_ (nfields)
00026 , fields_ (fields)
00027 {
00028 }
00029
00030 TAO_END_VERSIONED_NAMESPACE_DECL