I\'m currently using boost::intrusive_ptr together with my GUI classes.
Although this is more or less a convenience question, is there a proper way to get the typename of th
Hmm, one idea I have is to call constructor and typename on this pointer... Another way could be to create a template metaprogram for creating classes, which will do the typedefs as well.