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 
00011 CPPUNIT_NS_BEGIN
00012 
00013 
00016   class CPPUNIT_API TypeInfoHelper
00017   {
00018   public:
00025     static std::string getClassName( const std::type_info &info );
00026   };
00027 
00028 
00029 CPPUNIT_NS_END
00030 
00031 #endif  // CPPUNIT_HAVE_RTTI
00032 
00033 #endif  // CPPUNIT_TYPEINFOHELPER_H

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