comp.lang.ada
 help / color / mirror / Atom feed
* Question: dynamic rename?
@ 2011-09-03  2:28 Darkwing
  2011-09-03  8:03 ` Dmitry A. Kazakov
  2011-09-03 12:27 ` ytomino
  0 siblings, 2 replies; 9+ messages in thread
From: Darkwing @ 2011-09-03  2:28 UTC (permalink / raw)


Is there an Ada elegant way to do something like the following:

signal : signal_type renames =>
case configuration is
 when one => signal_one;
 when two => signal_two;
end case;



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

end of thread, other threads:[~2011-09-07 16:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-03  2:28 Question: dynamic rename? Darkwing
2011-09-03  8:03 ` Dmitry A. Kazakov
2011-09-03 10:04   ` Simon Wright
2011-09-03 10:47     ` Dmitry A. Kazakov
2011-09-03 12:27 ` ytomino
2011-09-03 13:22   ` Pascal Obry
2011-09-04  3:11     ` Darkwing
2011-09-04  8:43       ` Pascal Obry
2011-09-07 16:35         ` Anh Vo

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