
23 Oct
2009
23 Oct
'09
7:42 a.m.
On Fri, Oct 23, 2009 at 1:30 AM, Edward Diener <eldiener@tropicsoft.com> wrote:
Of course you can support reference properties along with value properties. It is just very hard, if not impossible, to support both kinds using the same template class. So really one would not a separate template class to support reference properties.
Maybe I should've said class reference. Take std::string for example. I'd be very interested if you've got code that supports for example name.size() where name is your reference property class. name->size() is no problem, but I'd like to have name.size(). Olaf