This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, Fortran, Doc] Document type-bound operators


Dear Daniel,

> But I'd be interested to know why this helps you with the CLASS vtable?

Quite simple - it lays out for me of the structures associated with
extended derived types in a digestible form!  I'll need to track down
all the helper functions that you have written to handle them.  I'll
do that with the ChangeLog, though.

I am just on the point of putting fingers to keyboard to try out the
vtable/vindex.  I have figured out a way of dealing with generic
typebound procedures, which looks OK but does wind up with unavoidable
references to an internal error function if an extended class does not
contain some of the specific interfaces of class members.  However, I
cannot see how else to do it in an efficient way.

Cheers

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]