1 message in net.java.dev.jna.users[jna-users] JNI questions
FromSent OnAttachments
Cameron WardMay 6, 2009 11:53 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[jna-users] JNI questionsActions...
From:Cameron Ward (came@gmail.com)
Date:May 6, 2009 11:53:54 am
List:net.java.dev.jna.users

I am trying to use JNA with C++ classes that have STD::Set<T> members.

How do I map these to JAVA?

here is a bit from the C++ code public : typedef std::set<Observable*> Observables;

private : Observables m_observables;