comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <jeffrey.carter@boeing.com>
Subject: Re: How to initialize a tagged null record?
Date: Mon, 10 Sep 2001 22:12:31 GMT
Date: 2001-09-10T22:12:31+00:00	[thread overview]
Message-ID: <3B9D3ACF.CCC0BACD@boeing.com> (raw)
In-Reply-To: 9nivdf$nh6$01$1@news.t-online.com

Franz Kruse wrote:
> 
> Can somebody tell me how to initialize a tagged null record?
> 
>    type Type_Name is tagged null record;
> 
>    Object : Type_Name'Class := ?????;

Object : Type_Name'Class := Type_Name'(null record);

See ARM 4.3.1.

-- 
Jeffrey Carter



      reply	other threads:[~2001-09-10 22:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-10 18:05 How to initialize a tagged null record? Franz Kruse
2001-09-10 22:12 ` Jeffrey Carter [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox