dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/include il_program.h,1.37,1.38


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_program.h,1.37,1.38
Date: Thu, 20 Feb 2003 17:35:23 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv24811/include

Modified Files:
        il_program.h 
Log Message:


Implement the basic parts of "ILClassInstantiate", to turn a generic class
declaration into a particular instance.


Index: il_program.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_program.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** il_program.h        19 Feb 2003 05:02:09 -0000      1.37
--- il_program.h        20 Feb 2003 22:35:21 -0000      1.38
***************
*** 791,794 ****
--- 791,802 ----
  
  /*
+  * Instantiate a class type that involves generic parameters.
+  * Returns a synthetic class for the instantiation, or NULL
+  * if insufficient memory to perform the instantiation.
+  */
+ ILClass *ILClassInstantiate(ILImage *image, ILType *classType,
+                                                       ILType *classParams);
+ 
+ /*
   * Helper macros for querying information about a class.
   */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]