Re: Access to function returning class-wide type
- From: "Randy Brukardt" <randy@xxxxxxxxxxxxxx>
- Date: Fri, 22 Aug 2008 18:50:07 -0500
"Randy Brukardt" <randy@xxxxxxxxxxxxxx> wrote in message
news:g8lgof$54c$1@xxxxxxxxxxxxxxxxxx
....
Anyway, the access parameter exists so that an instance of this routine
matches the profile of S'Class'Input. After all, the purpose of this
routine is to eliminate the Ada 95 compiler magic involved with
S'Class'Input and make it user-programmable. The thought is that a
user-defined version of S'Class'Input would be directly specified as an
instance of Generic_Dispatching_Constructor.
I realized just now that I screwed up this answer, it doesn't make much
sense as I wrote it above. The correct reason was so that S'Input could be
used as the constructor routine to an instance of
Generic_Dispatching_Constructor, and then that instance could be used as
part of a routine implementing a user-defined S'Class'Input. Sorry about any
confusion.
Randy.
.
- References:
- Access to function returning class-wide type
- From: Paweł 'Nivertius' Płazieński
- Re: Access to function returning class-wide type
- From: Paweł 'Nivertius' Płazieński
- Re: Access to function returning class-wide type
- From: Dmitry A. Kazakov
- Re: Access to function returning class-wide type
- From: Randy Brukardt
- Access to function returning class-wide type
- Prev by Date: Re: C chars_ptr STORAGE_ERROR in Imported function
- Next by Date: Re: Array slices and types
- Previous by thread: Re: Access to function returning class-wide type
- Next by thread: Re: Access to function returning class-wide type
- Index(es):
Relevant Pages
|