$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Member function varible callable...
From: Etienne Philip Pretorius (icewolfhunter_at_[hidden])
Date: 2010-05-11 11:02:10
Hello List,
I know this is probably a stupid question...
I have 2 functions like:
struct obj {
void foo() {
};
void bar() {
};
}
How would I store this in a variable ... so that I can call the function
via the variable later...
Thank you,
Etienne