comp.lang.ada
 help / color / mirror / Atom feed
From: "adaman" <nicolas.blanpain@fr.thalesgroup.com>
Subject: limited type
Date: 30 Sep 2005 09:06:26 -0700
Date: 2005-09-30T09:06:26-07:00	[thread overview]
Message-ID: <1128096386.946431.122480@g14g2000cwa.googlegroups.com> (raw)

Hello,

1°) I have a tagged limited type. I want also to derived this type
from an other not limited. Is is possible ? Example :
type T_Object is tagged private;
type T_Toto is new T_Object with limited private. Possible ????

2°) I have a tagged limited type. I have an other which derived from
this base type. Is this new type is limited ? Example :
type T_Object is tagged limited private;
type T_Toto is new T_Object with private. Is is Toto limited ????

thanks,




             reply	other threads:[~2005-09-30 16:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-30 16:06 adaman [this message]
2005-09-30 17:09 ` limited type Robert A Duff
replies disabled

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