comp.lang.ada
 help / color / mirror / Atom feed
From: mcc@tyrolia.cs.princeton.edu (Martin C. Carlisle)
Subject: Re: Data Structures of limited private types
Date: 1998/08/26
Date: 1998-08-26T00:00:00+00:00	[thread overview]
Message-ID: <6s1qgn$339$1@cnn.Princeton.EDU> (raw)
In-Reply-To: 6s1d17$i19$1@nnrp1.dejanews.com

In article <6s1d17$i19$1@nnrp1.dejanews.com>,
 <rajagopalasrinivasan@my-dejanews.com> wrote:
>I have a need to build a stack / linked_list of "Text_Io.File_Type"s. This
>being a limited private type, I am not able to perform "assignments" of a
>variable of this type.
>
>Can anyone give me some pointers or an example of how this can be done?

You need to have an access type to Text_IO.File_Type, and create a stack of
these.  Remember to make sure the initial declarations of the file variables
are aliased.

--Martin


-- 
Martin C. Carlisle, Computer Science, US Air Force Academy
mcc@cs.usafa.af.mil, http://www.usafa.af.mil/dfcs/bios/carlisle.html
DISCLAIMER:  This content in no way reflects the opinions, standard or 
policy of the US Air Force Academy or the United States Government.




  parent reply	other threads:[~1998-08-26  0:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-26  0:00 Data Structures of limited private types rajagopalasrinivasan
1998-08-26  0:00 ` Stephen Leake
1998-08-26  0:00 ` Martin C. Carlisle [this message]
1998-08-29  0:00 ` Matthew Heaney
1998-08-30  0:00   ` rajagopalasrinivasan
replies disabled

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