This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: instanceof in CNI
- To: osk at hem dot passagen dot se, java-discuss at sourceware dot cygnus dot com
- Subject: Re: instanceof in CNI
- From: ks at micky dot rgv dot hp dot com
- Date: Mon, 27 Mar 2000 11:32:41 -0800
- References: <20000325125254.A2599@strix.eductussyd.se>
The standard C++ mechanism is to use RTTI as in:
typeof<foo> == typeof<bar>
but I think that C++ RTTI interferes with Java if I remember correctly.
On Sat, Mar 25, 2000 at 12:52:54PM +0100, osk@hem.passagen.se wrote:
> Hello
>
> Is there anything similar to the Java instanceof operatior in C++/CNI?
>
> Oskar Liljeblad (osk@hem.passagen.se)