CppUnit project page FAQ CppUnit home page

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TypeInfoHelper.h

Go to the documentation of this file.
00001 #ifndef CPPUNIT_TYPEINFOHELPER_H
00002 #define CPPUNIT_TYPEINFOHELPER_H
00003 
00004 #include <cppunit/Portability.h>
00005 
00006 #if CPPUNIT_HAVE_RTTI
00007 
00008 #include <typeinfo>
00009 
00010 CPPUNIT_NS_BEGIN
00011 
00012 
00015   class CPPUNIT_API TypeInfoHelper
00016   {
00017   public:
00024     static std::string getClassName( const std::type_info &info );
00025   };
00026 
00027 
00028 CPPUNIT_NS_END
00029 
00030 #endif  // CPPUNIT_HAVE_RTTI
00031 
00032 #endif  // CPPUNIT_TYPEINFOHELPER_H

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers