¡@

Home 

c++ Programming Glossary: barfunc

Derived template-class access to base-class member-data

http://stackoverflow.com/questions/1120833/derived-template-class-access-to-base-class-member-data

b_arg_t b_arg Foo T bar_arg Foo T Foo_T T b_arg void BarFunc template class T void Bar T BarFunc std cout _foo_arg std endl.. T Foo_T T b_arg void BarFunc template class T void Bar T BarFunc std cout _foo_arg std endl This doesn't work compiler error.. that you are referring to a member of the class void Bar T BarFunc std cout this _foo_arg std endl Alternatively you can also use..