comp.lang.ada
 help / color / mirror / Atom feed
From: dale@cs.rmit.edu.au (Dale Stanbrough)
Subject: what is happening here? (access types & discriminants...)
Date: 2000/03/19
Date: 2000-03-19T00:00:00+00:00	[thread overview]
Message-ID: <dale-1903002134440001@192.168.0.2> (raw)

I've got the equivalent of the following code...




with ada.strings.unbounded; use ada.strings.unbounded;

package ua is
   type Unbounded_Array     is array  (Positive range <>) of Unbounded_String;
   type Unbounded_Array_Ptr is access Unbounded_Array;


  i_dont_understand : unbounded_Array_ptr (1..100);
end ua;


Not quite sure what the definition of i_dont_understand is doing...


Thanks,

Dale




             reply	other threads:[~2000-03-19  0:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-19  0:00 Dale Stanbrough [this message]
2000-03-19  0:00 ` what is happening here? (access types & discriminants...) Simon Wright
2000-03-19  0:00 ` Robert Dewar
2000-03-20  0:00   ` Dale Stanbrough
2000-03-21  0:00     ` Robert Dewar
replies disabled

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