chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] C++ FFI and member variable access


From: Joel Reymont
Subject: [Chicken-users] C++ FFI and member variable access
Date: Mon, 3 Jan 2005 14:13:40 +0000

Assuming that I had 

class foo {

public:

    int a;
    int b;
}

What FFI code do I need to write to access the member variables? The docs
say that member variables are ignored.

    Thanks, Joel

-- 
OpenPoker: The Linux of poker software
http://wagerlabs.com/forums
* Tenerife * Canary Islands * Spain






reply via email to

[Prev in Thread] Current Thread [Next in Thread]