home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / eiffel / 1098 < prev    next >
Encoding:
Text File  |  1992-08-30  |  1.4 KB  |  37 lines

  1. Newsgroups: comp.lang.eiffel
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!gmaughan
  3. From: gmaughan@monu6.cc.monash.edu.au (Glenn Maughan)
  4. Subject: Storable file format for a Store Browser
  5. Message-ID: <1992Aug31.071631.17765@monu6.cc.monash.edu.au>
  6. Organization: Monash University, Caulfield Campus
  7. Date: Mon, 31 Aug 1992 07:16:31 GMT
  8. Lines: 27
  9.  
  10. I am implementing a Persistent Object Store Browser for a research project
  11. and was wondering if anyone knows the format/layout of the store files
  12. created by classes STORABLE and ENVIRONMENT. 
  13.  
  14. If anyone does know the format can you please let me know soon!?
  15.  
  16. Failing that, is there any way to load an arbitrary store file into memory
  17. bypassing the error checking performed by STORABLE and ENVIRONMENT, such as:
  18.  
  19.     class does not exist in the system and
  20.     class size differs.
  21.  
  22. I would then be able to traverse the object structure using class INTERNAL's
  23. features.  Is there a way to create an object of an arbitrary type, such
  24. as one of the objects in the store file, at run time?  E_CLASS comes close
  25. by being able to create an E_CLASS object representing a particular class.
  26. I don't think this will be sufficient to _fudge_ the STORABLE classes into
  27. thinking the class exists in the system.
  28.  
  29. Any ideas or advice?
  30. Thankyou,
  31. Glenn
  32. -- 
  33. --------------------------------------------------------
  34. Glenn Maughan
  35. Software Development Honours
  36. email: gmaughan@monu6.cc.monash.edu.au
  37.