From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.5 required=5.0 tests=BAYES_05,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3e262b181f8a8c8a,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g44g2000cwa.googlegroups.com!not-for-mail From: ejijott@gmail.com Newsgroups: comp.lang.ada Subject: Sequental IO and pointers Date: 26 Nov 2005 17:17:29 -0800 Organization: http://groups.google.com Message-ID: <1133054249.548646.294110@g44g2000cwa.googlegroups.com> NNTP-Posting-Host: 194.47.106.20 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1133054254 26334 127.0.0.1 (27 Nov 2005 01:17:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 27 Nov 2005 01:17:34 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g44g2000cwa.googlegroups.com; posting-host=194.47.106.20; posting-account=pmKkRA0AAACvgh-GoEHQ0w2RYSRLQ7sS Xref: g2news1.google.com comp.lang.ada:6643 Date: 2005-11-26T17:17:29-08:00 List-Id: pastebin snippet at http://pastebin.com/439265 I've posted before in this group and I would just like to say thanks for all the help im getting :) .. dont want to clutter up posts with replies of gratitude so... ah well, another question then :) Can I actually export my Storage/Node types as defined in my code snippet? Or would I have to add another type which is used to export only the item, len and count variables and then when importing my data I feed this in to my variable of type Storage?