comp.lang.ada
 help / color / mirror / Atom feed
From: Roger <rogermcm2@gmail.com>
Subject: Re: Bind Ada to a C++ class containing a private structure
Date: Tue, 7 Aug 2018 17:37:49 -0700 (PDT)
Date: 2018-08-07T17:37:49-07:00	[thread overview]
Message-ID: <174949bf-af88-46e1-a70a-0260918a3166@googlegroups.com> (raw)
In-Reply-To: <8e99f638-ffb4-4a62-9140-304808e94053@googlegroups.com>

I probably should have included some procedures in the example:
class A
{
 A();
 
    const void* data(void) const;
    void update(const void* data_,const size_t length);


 private
 StrucRef *HiddenStruct;
 };


      reply	other threads:[~2018-08-08  0:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-07 23:36 Bind Ada to a C++ class containing a private structure Roger
2018-08-08  0:37 ` Roger [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox