[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C++ class pointers to member function Help
From: |
Thomas Maeder |
Subject: |
Re: C++ class pointers to member function Help |
Date: |
Sun, 12 Feb 2006 16:00:45 +0100 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux) |
"swagat" <swagat.kumar@gmail.com> writes:
> But this is not what I want to do. First of all, I am accessing one
> member function by another member function where object declaration
> is not required. I want to use a pointer to access the other member
> functions within the class as demonstrated above. Is it possible to
> do this?
If I understand you right, the Boost (http://www.boost.org/) function
library offers what you are after.