Value_TypeCode_Static.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Value_TypeCode_Static.inl 72141 2006-04-19 09:45:01Z jwillemsen $
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

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