00001 #ifndef CPPUNIT_TYPEINFOHELPER_H
00002 #define CPPUNIT_TYPEINFOHELPER_H
00003
00004 #include <cppunit/Portability.h>
00005
00006 #include <typeinfo>
00007 #include <string>
00008
00009 CPPUNIT_NS_BEGIN
00010
00013 class CPPUNIT_API TypeInfoHelper
00014 {
00015 public:
00022 static std::string getClassName( const std::type_info &info );
00023 };
00024
00025 CPPUNIT_NS_END
00026
00027 #endif // CPPUNIT_TYPEINFOHELPER_H