
On Thu, Oct 9, 2008 at 4:15 AM, coppro <coppro@users.sourceforge.net> wrote:
In C++ it is possible to determine whether there exists a member of a class of a specified type (including member functions) with a given name. As far as I know, there exists no such functionality in Boost. Why is this? It can easily be implemented as a traits class for a specific identifier/signature, which can then be made into a macro. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Hi, I'm not sure if it is exactly what you're looking for, but you can also take a look at the Mirror reflection library. You can find the most recent version in the boost sandbox svn repository at: http://svn.boost.org/svn/boost/sandbox/mirror/ a more stable version in the vault: http://www.boostpro.com/vault/ -- ________________ ::matus_chochlik