limited type
- From: "adaman" <nicolas.blanpain@xxxxxxxxxxxxxxxxxx>
- Date: 30 Sep 2005 09:06:26 -0700
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,
.
- Follow-Ups:
- Re: limited type
- From: Robert A Duff
- Re: limited type
- Prev by Date: Re: GNAT GPL - Anonymous Access Type
- Next by Date: Re: New to Ada, noticing something strange.
- Previous by thread: Re: What if I upgrade my Operaton System
- Next by thread: Re: limited type
- Index(es):