comp.lang.ada
 help / color / mirror / Atom feed
From: Roger <rogermcm2@gmail.com>
Subject: Bind Ada to a C++ class containing a private structure
Date: Tue, 7 Aug 2018 16:36:27 -0700 (PDT)
Date: 2018-08-07T16:36:27-07:00	[thread overview]
Message-ID: <8e99f638-ffb4-4a62-9140-304808e94053@googlegroups.com> (raw)

I'm having trouble interfacing to a C++ class like Class A below.
I've been successfully interfacing to C++ classes by using  C-like wrapper C++ "classless" routines that call  C++ classes so as to avoid name wrangling and other class interfacing problems.
However, so far, I can't figure out how to interface to classes like Class A below that contains private data.
Any advice, greatly appreciated.

class A
{
A();

...

private
StrucRef *HiddenStruct;
};


             reply	other threads:[~2018-08-07 23:36 UTC|newest]

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

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