Boost logo

Boost :

Subject: Re: [boost] Identifying members
From: Matus Chochlik (chochlik_at_[hidden])
Date: 2008-10-13 03:27:53


On Thu, Oct 9, 2008 at 4:15 AM, coppro <coppro_at_[hidden]> 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

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