comp.lang.ada
 help / color / mirror / Atom feed
* what is happening here? (access types & discriminants...)
@ 2000-03-19  0:00 Dale Stanbrough
  2000-03-19  0:00 ` Robert Dewar
  2000-03-19  0:00 ` Simon Wright
  0 siblings, 2 replies; 5+ messages in thread
From: Dale Stanbrough @ 2000-03-19  0:00 UTC (permalink / 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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-03-21  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-19  0:00 what is happening here? (access types & discriminants...) Dale Stanbrough
2000-03-19  0:00 ` Robert Dewar
2000-03-20  0:00   ` Dale Stanbrough
2000-03-21  0:00     ` Robert Dewar
2000-03-19  0:00 ` Simon Wright

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