From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a37:909:: with SMTP id 9mr2440392qkj.317.1599129066797; Thu, 03 Sep 2020 03:31:06 -0700 (PDT) X-Received: by 2002:a0c:e188:: with SMTP id p8mr1115787qvl.9.1599129066595; Thu, 03 Sep 2020 03:31:06 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!peer02.ams4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 3 Sep 2020 03:31:06 -0700 (PDT) In-Reply-To: <6ca9747e-698f-4d60-8e23-b883da5d9f38o@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2001:67c:2628:647:a:0:0:179; posting-account=SlBMPAoAAACF-curIg-tGtkPCxnpNsBn NNTP-Posting-Host: 2001:67c:2628:647:a:0:0:179 References: <6ca9747e-698f-4d60-8e23-b883da5d9f38o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: General circular buffer example not tied to any specific type From: riya patel Injection-Date: Thu, 03 Sep 2020 10:31:06 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1648 X-Received-Body-CRC: 913780907 Xref: reader01.eternal-september.org comp.lang.ada:60052 List-Id: On Saturday, 4 July 2020 22:30:28 UTC+5:30, Daniel wrote: > Hello, any theoric > example of buffer i can find is always tied to an specific type. > > I'm looking for any example of ravenscar buffer able for using any type of data at the same time. > > I suppose it will need to serialize all data and manipulate it as a group of bytes. > > Does any body knows any example of this written in Ada?