
7 Jan
2005
7 Jan
'05
7:17 a.m.
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