Boost logo

Boost :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-01-07 02:17:23


Jason Hise wrote:
> The following is a class to emulate C# properties using C++:
> www.ezequal.com/chaos/libs/property.h
> example code:

Have you had a look at Louis Goldthwaite's library implementation of
properties:
    http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1615.pdf

Also, I have worked on a property implementation that is available under
the boost sandbox (if you want a zip distribution I can create one):
    boost-sandbox/boost/property
    boost-sandbox/libs/property

My version supports various property implementations (aliased, set/get,
value) and supports scalar (single-value) and rank1 (1D array) properties.

Regards,
Reece


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk