comp.lang.ada
 help / color / mirror / Atom feed
* How to extend packages
@ 2008-06-06 17:00 snoopysalive
  2008-06-06 17:24 ` witmer
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: snoopysalive @ 2008-06-06 17:00 UTC (permalink / raw)


Hi, Ada-folks!

I'd like to extend the GNAT.Regpat a little bit, so that it contains
additional operations like Split (the same as in Perl or Ruby) or Join
(dito).

When speaking of "extending" I mean it in the sense of e.g. Java where
extending a class means that the child class contains all the public
or protected operations and attributes as the super class. Perhaps you
know now, what I want to achieve. I want to have an extended "child"
package of GNAT.Regpat. In the end it should have an own name like
e.g. "Mine.Regex" and contain all operation etc. of its "super"
package plus the operations I'll additionally implement.

I've been trying for hours now, so I'm passing this question to you.
How to extend package?

Thanks,
Matthias



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

end of thread, other threads:[~2008-06-14  8:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-06 17:00 How to extend packages snoopysalive
2008-06-06 17:24 ` witmer
2008-06-06 17:45 ` Sébastien Morand
2008-06-07 14:21   ` Stephen Leake
2008-06-07 16:04   ` Simon Wright
2008-06-07 21:50     ` snoopysalive
2008-06-08 11:09       ` Simon Wright
2008-06-09 22:38         ` snoopysalive
2008-06-10  5:40           ` Simon Wright
2008-06-14  8:45             ` snoopysalive
2008-06-06 18:16 ` Georg Bauhaus

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